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

Method getActualCallsFulfilled

src/CppUTestExt/MockExpectedCall.cpp:609–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609unsigned int MockCheckedExpectedCall::getActualCallsFulfilled() const
610{
611 return actualCalls_;
612}
613
614MockExpectedCall& MockIgnoredExpectedCall::instance()
615{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected