MCPcopy Create free account
hub / github.com/axmolengine/axmol / priorTestCallback

Method priorTestCallback

tests/cpp-tests/Source/BaseTest.cpp:520–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520void TestCase::priorTestCallback(Object* sender)
521{
522 if (_testSuite)
523 {
524 _testSuite->enterPreviousTest();
525 }
526}
527
528void TestCase::onBackCallback(Object* sender)
529{

Callers

nothing calls this directly

Calls 1

enterPreviousTestMethod · 0.80

Tested by

no test coverage detected