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

Method MockExpectedFunctionParameter

src/CppUTestExt/MockExpectedCall.cpp:467–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467MockCheckedExpectedCall::MockExpectedFunctionParameter::MockExpectedFunctionParameter(const SimpleString& name)
468 : MockNamedValue(name), matchesActualCall_(false)
469{
470}
471
472void MockCheckedExpectedCall::MockExpectedFunctionParameter::setMatchesActualCall(bool b)
473{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected