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

Method isMatchingActualCall

src/CppUTestExt/MockExpectedCall.cpp:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311bool MockCheckedExpectedCall::isMatchingActualCall()
312{
313 return areParametersMatchingActualCall() && wasPassedToObject_;
314}
315
316void MockCheckedExpectedCall::callWasMade(unsigned int callOrder)
317{

Callers 6

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64