| 48 | } |
| 49 | |
| 50 | void TestResult::currentGroupEnded(UtestShell* /*test*/) |
| 51 | { |
| 52 | currentGroupTotalExecutionTime_ = (size_t) GetPlatformSpecificTimeInMillis() - currentGroupTimeStarted_; |
| 53 | output_.printCurrentGroupEnded(*this); |
| 54 | } |
| 55 | |
| 56 | void TestResult::currentTestStarted(UtestShell* test) |
| 57 | { |
no test coverage detected