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

Class BoostStepDouble

tests/integration/drivers/BoostDriverTest.cpp:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39class BoostStepDouble : public BoostStep {
40public:
41 const InvokeResult invokeStepBody() override {
42 return BoostStep::invokeStepBody();
43 };
44
45 void body() override{};
46};
47
48class BoostDriverTest : public DriverTest {
49public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected