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

Method getInputParameter

src/CppUTestExt/MockExpectedCall.cpp:266–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266MockNamedValue MockCheckedExpectedCall::getInputParameter(const SimpleString& name)
267{
268 MockNamedValue * p = inputParameters_->getValueByName(name);
269 return (p) ? *p : MockNamedValue("");
270}
271
272MockNamedValue MockCheckedExpectedCall::getOutputParameter(const SimpleString& name)
273{

Callers 1

TESTFunction · 0.80

Calls 2

getValueByNameMethod · 0.80
MockNamedValueClass · 0.50

Tested by 1

TESTFunction · 0.64