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

Method invokeStep

tests/utils/StepManagerTestDouble.hpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 StepInfo(stepMatcher, source) {
13 }
14 InvokeResult invokeStep(const InvokeArgs*) const override {
15 return InvokeResult::success();
16 }
17};
18
19class StepInfoPending : public StepInfo {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected