| 66 | } |
| 67 | |
| 68 | MockFailure::MockFailure(UtestShell* test) : TestFailure(test, "Test failed with MockFailure without an error! Something went seriously wrong.") |
| 69 | { |
| 70 | } |
| 71 | |
| 72 | void MockFailure::addExpectationsAndCallHistory(const MockExpectedCallsList& expectations) |
| 73 | { |
nothing calls this directly
no outgoing calls
no test coverage detected