| 39 | } |
| 40 | |
| 41 | void CukeEngineImpl::beginScenario(const tags_type& tags) { |
| 42 | cukeCommands.beginScenario(tags); |
| 43 | } |
| 44 | |
| 45 | void CukeEngineImpl::invokeStep( |
| 46 | const std::string& id, const invoke_args_type& args, const invoke_table_type& tableArg |
nothing calls this directly
no outgoing calls
no test coverage detected