| 70 | } |
| 71 | |
| 72 | void TestResult::currentTestEnded(UtestShell* /*test*/) |
| 73 | { |
| 74 | currentTestTotalExecutionTime_ = (size_t) GetPlatformSpecificTimeInMillis() - currentTestTimeStarted_; |
| 75 | output_.printCurrentTestEnded(*this); |
| 76 | |
| 77 | } |
| 78 | |
| 79 | void TestResult::addFailure(const TestFailure& failure) |
| 80 | { |
no test coverage detected