| 86 | } |
| 87 | |
| 88 | void CukeEngineImpl::endScenario(const tags_type& /*tags*/) { |
| 89 | cukeCommands.endScenario(); |
| 90 | } |
| 91 | |
| 92 | std::string CukeEngineImpl::snippetText( |
| 93 | const std::string& keyword, const std::string& name, const std::string& /*multilineArgClass*/ |
nothing calls this directly
no outgoing calls
no test coverage detected