Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
void TestResult::testsStarted()
111
{
112
timeStarted_ = (size_t) GetPlatformSpecificTimeInMillis();
113
output_.printTestsStarted();
114
}
115
116
void TestResult::testsEnded()
117
{
Callers
1
runAllTests
Method · 0.45
Calls
1
printTestsStarted
Method · 0.45
Tested by
no test coverage detected