MCPcopy Create free account
hub / github.com/cucumber/cucumber-cpp / EmptyStep

Class EmptyStep

tests/utils/CukeCommandsFixture.hpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11using namespace cucumber::internal;
12
13class EmptyStep : public GenericStep {
14 void body() override {
15 }
16};
17
18class CukeCommandsFixture : public ::testing::Test, public CukeCommands {
19 typedef StepManagerTestDouble StepManager;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected