| 42 | } |
| 43 | |
| 44 | void TestResult::currentGroupStarted(UtestShell* test) |
| 45 | { |
| 46 | output_.printCurrentGroupStarted(*test); |
| 47 | currentGroupTimeStarted_ = (size_t) GetPlatformSpecificTimeInMillis(); |
| 48 | } |
| 49 | |
| 50 | void TestResult::currentGroupEnded(UtestShell* /*test*/) |
| 51 | { |
no test coverage detected