| 35 | } |
| 36 | |
| 37 | InvokeCommand::InvokeCommand( |
| 38 | const std::string& stepId, |
| 39 | const CukeEngine::invoke_args_type& args, |
| 40 | const CukeEngine::invoke_table_type& tableArg |
| 41 | ) : |
| 42 | stepId(stepId), |
| 43 | args(args), |
| 44 | tableArg(tableArg) { |
| 45 | } |
| 46 | |
| 47 | std::shared_ptr<WireResponse> InvokeCommand::run(CukeEngine& engine) const { |
| 48 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected