| 111 | } |
| 112 | |
| 113 | void MemoryReporterPlugin::initializeAllocator(MemoryReportAllocator* allocator, TestResult & result) |
| 114 | { |
| 115 | allocator->setFormatter(formatter_); |
| 116 | allocator->setTestResult((&result)); |
| 117 | } |
| 118 | |
| 119 | void MemoryReporterPlugin::preTestAction(UtestShell& test, TestResult& result) |
| 120 | { |
nothing calls this directly
no test coverage detected