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

Method getCurrentTestTotalExecutionTime

src/CppUTest/TestResult.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133size_t TestResult::getCurrentTestTotalExecutionTime() const
134{
135 return currentTestTotalExecutionTime_;
136}
137
138size_t TestResult::getCurrentGroupTotalExecutionTime() const
139{

Callers 3

printCurrentTestEndedMethod · 0.80
printCurrentTestEndedMethod · 0.80
printCurrentTestEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected