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

Method printCurrentGroupEnded

src/CppUTest/JUnitTestOutput.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void JUnitTestOutput::printCurrentGroupEnded(const TestResult& result)
122{
123 impl_->results_.groupExecTime_ = result.getCurrentGroupTotalExecutionTime();
124 writeTestGroupToFile();
125 resetTestGroupResult();
126}
127
128void JUnitTestOutput::printCurrentTestStarted(const UtestShell& test)
129{

Callers

nothing calls this directly

Tested by

no test coverage detected