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

Method currentGroupEnded

src/CppUTest/TestResult.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void TestResult::currentGroupEnded(UtestShell* /*test*/)
51{
52 currentGroupTotalExecutionTime_ = (size_t) GetPlatformSpecificTimeInMillis() - currentGroupTimeStarted_;
53 output_.printCurrentGroupEnded(*this);
54}
55
56void TestResult::currentTestStarted(UtestShell* test)
57{

Callers 1

runAllTestsMethod · 0.45

Calls 1

Tested by

no test coverage detected