| 304 | } |
| 305 | |
| 306 | bool MockCheckedExpectedCall::isMatchingActualCallAndFinalized() |
| 307 | { |
| 308 | return isMatchingActualCall() && (!ignoreOtherParameters_ || isActualCallMatchFinalized_); |
| 309 | } |
| 310 | |
| 311 | bool MockCheckedExpectedCall::isMatchingActualCall() |
| 312 | { |
no outgoing calls
no test coverage detected