| 61 | } // LCOV_EXCL_LINE |
| 62 | |
| 63 | UtestShell* MockFailureReporter::getTestToFail() |
| 64 | { |
| 65 | return UtestShell::getCurrent(); |
| 66 | } |
| 67 | |
| 68 | MockFailure::MockFailure(UtestShell* test) : TestFailure(test, "Test failed with MockFailure without an error! Something went seriously wrong.") |
| 69 | { |
no outgoing calls