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

Method hasOutputParameter

src/CppUTestExt/MockExpectedCall.cpp:380–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380bool MockCheckedExpectedCall::hasOutputParameter(const MockNamedValue& parameter)
381{
382 MockNamedValue * p = outputParameters_->getValueByName(parameter.getName());
383 return (p) ? p->compatibleForCopying(parameter) : ignoreOtherParameters_;
384}
385
386SimpleString MockCheckedExpectedCall::callToString()
387{

Callers 2

TESTFunction · 0.80

Calls 3

getValueByNameMethod · 0.80
compatibleForCopyingMethod · 0.80
getNameMethod · 0.45

Tested by 1

TESTFunction · 0.64