| 11 | using namespace cucumber::internal; |
| 12 | |
| 13 | class EmptyStep : public GenericStep { |
| 14 | void body() override { |
| 15 | } |
| 16 | }; |
| 17 | |
| 18 | class CukeCommandsFixture : public ::testing::Test, public CukeCommands { |
| 19 | typedef StepManagerTestDouble StepManager; |
nothing calls this directly
no outgoing calls
no test coverage detected