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

Method nextTestCallback

tests/cpp-tests/Source/BaseTest.cpp:512–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510}
511
512void TestCase::nextTestCallback(Object* sender)
513{
514 if (_testSuite)
515 {
516 _testSuite->enterNextTest();
517 }
518}
519
520void TestCase::priorTestCallback(Object* sender)
521{

Callers

nothing calls this directly

Calls 1

enterNextTestMethod · 0.80

Tested by

no test coverage detected