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

Method postTestAction

src/CppUTestExt/MemoryReporterPlugin.cpp:137–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void MemoryReporterPlugin::postTestAction(UtestShell& test, TestResult& result)
138{
139 if (formatter_ == NULLPTR) return;
140
141 removeGlobalMemoryReportAllocators();
142 formatter_->report_test_end(&result, test);
143
144 if (test.getNext() == NULLPTR || test.getNext()->getGroup() != currentTestGroup_)
145 formatter_->report_testgroup_end(&result, test);
146}

Callers

nothing calls this directly

Calls 4

getGroupMethod · 0.80
report_test_endMethod · 0.45
getNextMethod · 0.45
report_testgroup_endMethod · 0.45

Tested by

no test coverage detected