| 55 | }; |
| 56 | |
| 57 | void MockFailureReporter::failTest(const MockFailure& failure) |
| 58 | { |
| 59 | if (!getTestToFail()->hasFailed()) |
| 60 | getTestToFail()->failWith(failure, MockFailureReporterTestTerminator(crashOnFailure_)); |
| 61 | } // LCOV_EXCL_LINE |
| 62 | |
| 63 | UtestShell* MockFailureReporter::getTestToFail() |
| 64 | { |
nothing calls this directly
no test coverage detected