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

Method getOutputParameter

src/CppUTestExt/MockExpectedCall.cpp:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272MockNamedValue MockCheckedExpectedCall::getOutputParameter(const SimpleString& name)
273{
274 MockNamedValue * p = outputParameters_->getValueByName(name);
275 return (p) ? *p : MockNamedValue("");
276}
277
278bool MockCheckedExpectedCall::areParametersMatchingActualCall()
279{

Callers 1

copyOutputParametersMethod · 0.80

Calls 2

getValueByNameMethod · 0.80
MockNamedValueClass · 0.50

Tested by

no test coverage detected