| 29 | } |
| 30 | |
| 31 | void CukeCommands::endScenario() { |
| 32 | HookRegistrar::execAfterHooks(currentScenario.get()); |
| 33 | contextManager.purgeContexts(); |
| 34 | currentScenario.reset(); |
| 35 | } |
| 36 | |
| 37 | const std::string CukeCommands::snippetText( |
| 38 | const std::string stepKeyword, const std::string stepName |
no test coverage detected