| 518 | } |
| 519 | |
| 520 | void TestCase::priorTestCallback(Object* sender) |
| 521 | { |
| 522 | if (_testSuite) |
| 523 | { |
| 524 | _testSuite->enterPreviousTest(); |
| 525 | } |
| 526 | } |
| 527 | |
| 528 | void TestCase::onBackCallback(Object* sender) |
| 529 | { |
nothing calls this directly
no test coverage detected