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

Method canMatchActualCalls

src/CppUTestExt/MockExpectedCall.cpp:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301bool MockCheckedExpectedCall::canMatchActualCalls()
302{
303 return (actualCalls_ < expectedCalls_);
304}
305
306bool MockCheckedExpectedCall::isMatchingActualCallAndFinalized()
307{

Callers 2

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64