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

Method hasInputParameterWithName

src/CppUTestExt/MockExpectedCall.cpp:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254bool MockCheckedExpectedCall::hasInputParameterWithName(const SimpleString& name)
255{
256 MockNamedValue * p = inputParameters_->getValueByName(name);
257 return p != NULLPTR;
258}
259
260bool MockCheckedExpectedCall::hasOutputParameterWithName(const SimpleString& name)
261{

Callers 2

TESTFunction · 0.80

Calls 1

getValueByNameMethod · 0.80

Tested by 1

TESTFunction · 0.64