| 60 | }; |
| 61 | |
| 62 | TEST(TestResult, TestEndedWillPrintResultsAndExecutionTime) |
| 63 | { |
| 64 | res->testsEnded(); |
| 65 | CHECK(mock->getOutput().contains("10 ms")); |
| 66 | } |
| 67 | |
| 68 | TEST(TestResult, ResultIsOkIfTestIsRunWithNoFailures) |
| 69 | { |
nothing calls this directly
no test coverage detected