MCPcopy Create free account
hub / github.com/cpputest/cpputest / isMatchingActualCallAndFinalized

Method isMatchingActualCallAndFinalized

src/CppUTestExt/MockExpectedCall.cpp:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected