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

Method printCurrentTestEnded

src/CppUTest/JUnitTestOutput.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void JUnitTestOutput::printCurrentTestEnded(const TestResult& result)
112{
113 impl_->results_.tail_->execTime_ = result.getCurrentTestTotalExecutionTime();
114 impl_->results_.tail_->checkCount_ = result.getCheckCount();
115}
116
117void JUnitTestOutput::printTestsEnded(const TestResult& /*result*/)
118{

Callers

nothing calls this directly

Calls 2

getCheckCountMethod · 0.45

Tested by

no test coverage detected