| 43 | } |
| 44 | |
| 45 | void NormalMemoryReportFormatter::report_test_end(TestResult* result, UtestShell& test) |
| 46 | { |
| 47 | result->print(StringFromFormat("ENDTEST(%s, %s)\n", test.getGroup().asCharString(), test.getName().asCharString()).asCharString()); |
| 48 | } |
| 49 | |
| 50 | void NormalMemoryReportFormatter::report_alloc_memory(TestResult* result, TestMemoryAllocator* allocator, size_t size, char* memory, const char* file, size_t line) |
| 51 | { |
no test coverage detected