Module: Cucumber::Formatter::LegacyApi::Adapter::PrintsAfterHooks
- Included in:
- AfterHookPrinter, ScenarioPrinter, TableRowPrinterBase
- Defined in:
- lib/cucumber/formatter/legacy_api/adapter.rb
Instance Method Summary collapse
Instance Method Details
#after_hook(result) ⇒ Object
430 431 432 |
# File 'lib/cucumber/formatter/legacy_api/adapter.rb', line 430 def after_hook(result) after_hook_results << result end |
#after_hook_results ⇒ Object
426 427 428 |
# File 'lib/cucumber/formatter/legacy_api/adapter.rb', line 426 def after_hook_results @after_hook_results ||= Ast::HookResultCollection.new end |