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

Class CukeCommandsTest

tests/unit/CukeCommandsTest.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8using std::string;
9
10class CukeCommandsTest : public CukeCommandsFixture {
11protected:
12 void addStepWithMatcher(const std::string& matcher) {
13 addStepToManager<EmptyStep>(matcher);
14 }
15};
16
17class CheckAllParameters : public GenericStep {
18protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected