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

Method beginScenario

src/CukeEngineImpl.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void CukeEngineImpl::beginScenario(const tags_type& tags) {
42 cukeCommands.beginScenario(tags);
43}
44
45void CukeEngineImpl::invokeStep(
46 const std::string& id, const invoke_args_type& args, const invoke_table_type& tableArg

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected