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

Method endScenario

src/CukeCommands.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void CukeCommands::endScenario() {
32 HookRegistrar::execAfterHooks(currentScenario.get());
33 contextManager.purgeContexts();
34 currentScenario.reset();
35}
36
37const std::string CukeCommands::snippetText(
38 const std::string stepKeyword, const std::string stepName

Callers 1

runMethod · 0.45

Calls 3

getMethod · 0.80
purgeContextsMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected