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

Method hasOutputParameterWithName

src/CppUTestExt/MockExpectedCall.cpp:260–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260bool MockCheckedExpectedCall::hasOutputParameterWithName(const SimpleString& name)
261{
262 MockNamedValue * p = outputParameters_->getValueByName(name);
263 return p != NULLPTR;
264}
265
266MockNamedValue MockCheckedExpectedCall::getInputParameter(const SimpleString& name)
267{

Calls 1

getValueByNameMethod · 0.80

Tested by

no test coverage detected