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

Method report_test_start

src/CppUTestExt/MemoryReportFormatter.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void 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
45void NormalMemoryReportFormatter::report_test_end(TestResult* result, UtestShell& test)
46{

Callers 1

preTestActionMethod · 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