| 13 | } |
| 14 | |
| 15 | CukeCommands::~CukeCommands() { |
| 16 | if (hasStarted) { |
| 17 | HookRegistrar::execAfterAllHooks(); |
| 18 | } |
| 19 | } |
| 20 | |
| 21 | void CukeCommands::beginScenario(const TagExpression::tag_list& tags) { |
| 22 | if (!hasStarted) { |
nothing calls this directly
no outgoing calls
no test coverage detected