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

Method getTotalExecutionTime

src/CppUTest/TestResult.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123size_t TestResult::getTotalExecutionTime() const
124{
125 return totalExecutionTime_;
126}
127
128void TestResult::setTotalExecutionTime(size_t exTime)
129{

Callers 1

printTestsEndedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected