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

Method outputParameterWasPassed

src/CppUTestExt/MockExpectedCall.cpp:360–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

358}
359
360void MockCheckedExpectedCall::outputParameterWasPassed(const SimpleString& name)
361{
362 for (MockNamedValueListNode* p = outputParameters_->begin(); p; p = p->next()) {
363 if (p->getName() == name)
364 item(p)->setMatchesActualCall(true);
365 }
366}
367
368SimpleString MockCheckedExpectedCall::getInputParameterValueString(const SimpleString& name)
369{

Callers 1

checkOutputParameterMethod · 0.45

Calls 4

beginMethod · 0.80
nextMethod · 0.80
setMatchesActualCallMethod · 0.80
getNameMethod · 0.45

Tested by

no test coverage detected