| 348 | } |
| 349 | |
| 350 | void UtestShell::failWith(const TestFailure& failure) |
| 351 | { |
| 352 | failWith(failure, NormalTestTerminator()); |
| 353 | } // LCOV_EXCL_LINE |
| 354 | |
| 355 | void UtestShell::failWith(const TestFailure& failure, const TestTerminator& terminator) |
| 356 | { |
no test coverage detected