| 54 | } |
| 55 | |
| 56 | void TestResult::currentTestStarted(UtestShell* test) |
| 57 | { |
| 58 | output_.printCurrentTestStarted(*test); |
| 59 | currentTestTimeStarted_ = (size_t) GetPlatformSpecificTimeInMillis(); |
| 60 | } |
| 61 | |
| 62 | void TestResult::print(const char* text) |
| 63 | { |
no test coverage detected