| 148 | } |
| 149 | |
| 150 | void CodeMemoryReportFormatter::report_testgroup_start(TestResult* result, UtestShell& test) |
| 151 | { |
| 152 | result->print(StringFromFormat("*/TEST_GROUP(%s_memoryReport)\n{\n};\n/*", |
| 153 | test.getGroup().asCharString()).asCharString()); |
| 154 | } |
| 155 | |
| 156 | void CodeMemoryReportFormatter::report_alloc_memory(TestResult* result, TestMemoryAllocator* allocator, size_t size, char* memory, const char* file, size_t line) |
| 157 | { |
nothing calls this directly
no test coverage detected