| 96 | } |
| 97 | |
| 98 | MockExpectedCallsDidntHappenFailure::MockExpectedCallsDidntHappenFailure(UtestShell* test, const MockExpectedCallsList& expectations) : MockFailure(test) |
| 99 | { |
| 100 | message_ = "Mock Failure: Expected call WAS NOT fulfilled.\n"; |
| 101 | addExpectationsAndCallHistory(expectations); |
| 102 | } |
| 103 | |
| 104 | MockUnexpectedCallHappenedFailure::MockUnexpectedCallHappenedFailure(UtestShell* test, const SimpleString& name, const MockExpectedCallsList& expectations) : MockFailure(test) |
| 105 | { |
nothing calls this directly
no outgoing calls
no test coverage detected