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

Method ~CukeCommands

src/CukeCommands.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15CukeCommands::~CukeCommands() {
16 if (hasStarted) {
17 HookRegistrar::execAfterAllHooks();
18 }
19}
20
21void CukeCommands::beginScenario(const TagExpression::tag_list& tags) {
22 if (!hasStarted) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected