| 470 | } |
| 471 | |
| 472 | void MockCheckedExpectedCall::MockExpectedFunctionParameter::setMatchesActualCall(bool b) |
| 473 | { |
| 474 | matchesActualCall_ = b; |
| 475 | } |
| 476 | |
| 477 | bool MockCheckedExpectedCall::MockExpectedFunctionParameter::isMatchingActualCall() const |
| 478 | { |
no outgoing calls
no test coverage detected