| 38 | } |
| 39 | |
| 40 | void NormalMemoryReportFormatter::report_test_start(TestResult* result, UtestShell& test) |
| 41 | { |
| 42 | result->print(StringFromFormat("TEST(%s, %s)\n", test.getGroup().asCharString(), test.getName().asCharString()).asCharString()); |
| 43 | } |
| 44 | |
| 45 | void NormalMemoryReportFormatter::report_test_end(TestResult* result, UtestShell& test) |
| 46 | { |
no test coverage detected