| 502 | } |
| 503 | |
| 504 | void TestCase::restartTestCallback(Object* sender) |
| 505 | { |
| 506 | if (_testSuite) |
| 507 | { |
| 508 | _testSuite->restartCurrTest(); |
| 509 | } |
| 510 | } |
| 511 | |
| 512 | void TestCase::nextTestCallback(Object* sender) |
| 513 | { |
nothing calls this directly
no test coverage detected