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

Method CukeCommands

src/CukeCommands.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9std::shared_ptr<Scenario> CukeCommands::currentScenario;
10
11CukeCommands::CukeCommands() :
12 hasStarted(false) {
13}
14
15CukeCommands::~CukeCommands() {
16 if (hasStarted) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected