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