| 510 | } |
| 511 | |
| 512 | void TestCase::nextTestCallback(Object* sender) |
| 513 | { |
| 514 | if (_testSuite) |
| 515 | { |
| 516 | _testSuite->enterNextTest(); |
| 517 | } |
| 518 | } |
| 519 | |
| 520 | void TestCase::priorTestCallback(Object* sender) |
| 521 | { |
nothing calls this directly
no test coverage detected