| 68 | } |
| 69 | |
| 70 | MatchResult CukeCommands::stepMatches(const std::string description) const { |
| 71 | return StepManager::stepMatches(description); |
| 72 | } |
| 73 | |
| 74 | InvokeResult CukeCommands::invoke(step_id_type id, const InvokeArgs* pArgs) { |
| 75 | const StepInfo* const stepInfo = StepManager::getStep(id); |
nothing calls this directly
no outgoing calls
no test coverage detected