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

Method execStep

tests/unit/StepCallChainTest.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 std::stringstream markers;
78
79 InvokeResult execStep(const InvokeResult& result) {
80 const FakeStepInfo step(&markers, result);
81 StepCallChain scc(0, &step, &NO_INVOKE_ARGS, aroundHooks);
82 return scc.exec();
83 }
84
85 void execStepAndCheckSuccess() {
86 InvokeResult result;

Callers

nothing calls this directly

Calls 1

execMethod · 0.80

Tested by

no test coverage detected