| 31 | #include "CppUTestExt/CodeMemoryReportFormatter.h" |
| 32 | |
| 33 | MemoryReporterPlugin::MemoryReporterPlugin() |
| 34 | : TestPlugin("MemoryReporterPlugin"), formatter_(NULLPTR) |
| 35 | { |
| 36 | } |
| 37 | |
| 38 | MemoryReporterPlugin::~MemoryReporterPlugin() |
| 39 | { |
nothing calls this directly
no outgoing calls
no test coverage detected