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

Method testsStarted

src/CppUTest/TestResult.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void TestResult::testsStarted()
111{
112 timeStarted_ = (size_t) GetPlatformSpecificTimeInMillis();
113 output_.printTestsStarted();
114}
115
116void TestResult::testsEnded()
117{

Callers 1

runAllTestsMethod · 0.45

Calls 1

printTestsStartedMethod · 0.45

Tested by

no test coverage detected