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

Method testsEnded

src/CppUTest/TestResult.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void TestResult::testsEnded()
117{
118 size_t timeEnded = (size_t) GetPlatformSpecificTimeInMillis();
119 totalExecutionTime_ = timeEnded - timeStarted_;
120 output_.printTestsEnded(*this);
121}
122
123size_t TestResult::getTotalExecutionTime() const
124{

Callers 1

runAllTestsMethod · 0.45

Calls 1

printTestsEndedMethod · 0.45

Tested by

no test coverage detected