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

Method restartTestCallback

tests/cpp-tests/Source/BaseTest.cpp:504–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504void TestCase::restartTestCallback(Object* sender)
505{
506 if (_testSuite)
507 {
508 _testSuite->restartCurrTest();
509 }
510}
511
512void TestCase::nextTestCallback(Object* sender)
513{

Callers

nothing calls this directly

Calls 1

restartCurrTestMethod · 0.80

Tested by

no test coverage detected