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

Method currentGroupStarted

src/CppUTest/TestResult.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void TestResult::currentGroupStarted(UtestShell* test)
45{
46 output_.printCurrentGroupStarted(*test);
47 currentGroupTimeStarted_ = (size_t) GetPlatformSpecificTimeInMillis();
48}
49
50void TestResult::currentGroupEnded(UtestShell* /*test*/)
51{

Callers 1

runAllTestsMethod · 0.45

Calls 1

Tested by

no test coverage detected