| 59 | } |
| 60 | |
| 61 | static steps_type::size_type count() { |
| 62 | return steps().size(); |
| 63 | } |
| 64 | |
| 65 | static step_id_type addStepDefinition(const std::string& stepMatcher) { |
| 66 | return addStep(std::make_shared<StepInfoNoOp>(stepMatcher, "")); |
nothing calls this directly
no outgoing calls
no test coverage detected