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

Method setMatchesActualCall

src/CppUTestExt/MockExpectedCall.cpp:472–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472void MockCheckedExpectedCall::MockExpectedFunctionParameter::setMatchesActualCall(bool b)
473{
474 matchesActualCall_ = b;
475}
476
477bool MockCheckedExpectedCall::MockExpectedFunctionParameter::isMatchingActualCall() const
478{

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected