| 93 | }; |
| 94 | |
| 95 | TEST(MockFailureTest, noErrorFailureSomethingGoneWrong) |
| 96 | { |
| 97 | MockFailure failure(UtestShell::getCurrent()); |
| 98 | STRCMP_EQUAL("Test failed with MockFailure without an error! Something went seriously wrong.", failure.getMessage().asCharString()); |
| 99 | } |
| 100 | |
| 101 | TEST(MockFailureTest, unexpectedCallHappened) |
| 102 | { |
nothing calls this directly
no test coverage detected