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

Class GTestStepDouble

tests/integration/drivers/GTestDriverTest.cpp:28–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26using namespace cucumber::internal;
27
28class GTestStepDouble : public GTestStep {
29public:
30 bool isInitialized() {
31 return GTestStep::initialized;
32 }
33
34 const InvokeResult invokeStepBody() override {
35 return GTestStep::invokeStepBody();
36 };
37
38 void body() override{};
39};
40
41class GTestDriverTest : public DriverTest {
42public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected