| 119 | } |
| 120 | |
| 121 | void JUnitTestOutput::printCurrentGroupEnded(const TestResult& result) |
| 122 | { |
| 123 | impl_->results_.groupExecTime_ = result.getCurrentGroupTotalExecutionTime(); |
| 124 | writeTestGroupToFile(); |
| 125 | resetTestGroupResult(); |
| 126 | } |
| 127 | |
| 128 | void JUnitTestOutput::printCurrentTestStarted(const UtestShell& test) |
| 129 | { |
nothing calls this directly
no test coverage detected