MCPcopy Create free account
hub / github.com/cpputest/cpputest / report_test_end

Method report_test_end

src/CppUTestExt/MemoryReportFormatter.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void 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
50void NormalMemoryReportFormatter::report_alloc_memory(TestResult* result, TestMemoryAllocator* allocator, size_t size, char* memory, const char* file, size_t line)
51{

Callers 1

postTestActionMethod · 0.45

Calls 5

StringFromFormatFunction · 0.85
asCharStringMethod · 0.80
getGroupMethod · 0.80
printMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected