| 327 | } |
| 328 | |
| 329 | void MockSupport::checkExpectations() |
| 330 | { |
| 331 | checkExpectationsOfLastActualCall(); |
| 332 | |
| 333 | if (wasLastActualCallFulfilled() && expectedCallsLeft()) |
| 334 | failTestWithExpectedCallsNotFulfilled(); |
| 335 | |
| 336 | if (hasCallsOutOfOrder()) |
| 337 | failTestWithOutOfOrderCalls(); |
| 338 | } |
| 339 | |
| 340 | |
| 341 | bool MockSupport::hasData(const SimpleString& name) |
no outgoing calls