| 139 | mock("reporter").enable(); |
| 140 | } |
| 141 | void teardown() |
| 142 | { |
| 143 | setCurrentNewAllocator(previousNewAllocator); |
| 144 | mock().clear(); |
| 145 | delete reporter; |
| 146 | delete test; |
| 147 | delete result; |
| 148 | } |
| 149 | }; |
| 150 | |
| 151 | TEST(MemoryReporterPlugin, offReportsNothing) |
nothing calls this directly
no test coverage detected