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

Method FakeStepInfo

tests/unit/StepCallChainTest.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7class FakeStepInfo : public StepInfo {
8public:
9 FakeStepInfo(std::stringstream* markersPtr, const InvokeResult& result) :
10 StepInfo("FAKE", ""),
11 latestArgsPtr(0),
12 markersPtr(markersPtr),
13 result(result) {
14 }
15
16 InvokeResult invokeStep(const InvokeArgs* pArgs) const override {
17 latestArgsPtr = pArgs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected