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