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

Method addStepWithMatcher

tests/unit/CukeCommandsTest.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected