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

Method report_testgroup_start

src/CppUTestExt/CodeMemoryReportFormatter.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150void 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
156void CodeMemoryReportFormatter::report_alloc_memory(TestResult* result, TestMemoryAllocator* allocator, size_t size, char* memory, const char* file, size_t line)
157{

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected