| 8 | using std::string; |
| 9 | |
| 10 | class CukeCommandsTest : public CukeCommandsFixture { |
| 11 | protected: |
| 12 | void addStepWithMatcher(const std::string& matcher) { |
| 13 | addStepToManager<EmptyStep>(matcher); |
| 14 | } |
| 15 | }; |
| 16 | |
| 17 | class CheckAllParameters : public GenericStep { |
| 18 | protected: |
nothing calls this directly
no outgoing calls
no test coverage detected