Class: Cucumber::Formatter::LegacyApi::Adapter::TableRowPrinterBase
- Inherits:
-
Struct
- Object
- Struct
- Cucumber::Formatter::LegacyApi::Adapter::TableRowPrinterBase
- Includes:
- PrintsAfterHooks
- Defined in:
- lib/cucumber/formatter/legacy_api/adapter.rb
Direct Known Subclasses
ExpandTableRowPrinter, HeaderTableRowPrinter, TableRowPrinter
Instance Method Summary collapse
Methods included from PrintsAfterHooks
#after_hook, #after_hook_results
Instance Method Details
#after_step_hook(result) ⇒ Object
785 786 787 788 |
# File 'lib/cucumber/formatter/legacy_api/adapter.rb', line 785 def after_step_hook(result) @after_step_hook_result ||= Ast::HookResultCollection.new @after_step_hook_result << result end |
#after_test_case(*_args) ⇒ Object
790 791 792 |
# File 'lib/cucumber/formatter/legacy_api/adapter.rb', line 790 def after_test_case(*_args) after end |