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

Method execStepChain

src/HookRegistrar.cpp:61–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61InvokeResult HookRegistrar::execStepChain(
62 Scenario* scenario, const StepInfo* const stepInfo, const InvokeArgs* pArgs
63) {
64 StepCallChain scc(scenario, stepInfo, pArgs, aroundStepHooks());
65 return scc.exec();
66}
67
68void HookRegistrar::addAfterStepHook(std::shared_ptr<AfterStepHook> afterStepHook) {
69 afterStepHooks().push_front(afterStepHook);

Callers

nothing calls this directly

Calls 1

execMethod · 0.80

Tested by

no test coverage detected