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

Method endScenario

src/CukeEngineImpl.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void CukeEngineImpl::endScenario(const tags_type& /*tags*/) {
89 cukeCommands.endScenario();
90}
91
92std::string CukeEngineImpl::snippetText(
93 const std::string& keyword, const std::string& name, const std::string& /*multilineArgClass*/

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected