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

Class ManualStep

tests/integration/StepRegistrationTest.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#define MANUAL_STEP_MATCHER "manual step"
10
11class ManualStep : public GenericStep {
12public:
13 void body() override{};
14 // private:
15 static const int cukeRegId;
16};
17const int ManualStep::cukeRegId = ::cucumber::internal::registerStep<ManualStep>(
18 MANUAL_STEP_MATCHER, "C:\\Path\\With/Barward/And\\Forward/Slashes.cpp", 42
19);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected