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

Method getInputParameterType

src/CppUTestExt/MockExpectedCall.cpp:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248SimpleString MockCheckedExpectedCall::getInputParameterType(const SimpleString& name)
249{
250 MockNamedValue * p = inputParameters_->getValueByName(name);
251 return (p) ? p->getType() : "";
252}
253
254bool MockCheckedExpectedCall::hasInputParameterWithName(const SimpleString& name)
255{

Callers 1

TESTFunction · 0.80

Calls 2

getValueByNameMethod · 0.80
getTypeMethod · 0.80

Tested by 1

TESTFunction · 0.64