| 612 | } |
| 613 | |
| 614 | void MemoryLeakWarningPlugin::preTestAction(UtestShell& /*test*/, TestResult& result) |
| 615 | { |
| 616 | memLeakDetector_->startChecking(); |
| 617 | failureCount_ = result.getFailureCount(); |
| 618 | } |
| 619 | |
| 620 | void MemoryLeakWarningPlugin::postTestAction(UtestShell& test, TestResult& result) |
| 621 | { |
nothing calls this directly
no test coverage detected