Class: Cucumber::Formatter::LegacyApi::Adapter::StepsPrinter
- Inherits:
-
Struct
- Object
- Struct
- Cucumber::Formatter::LegacyApi::Adapter::StepsPrinter
- Defined in:
- lib/cucumber/formatter/legacy_api/adapter.rb
Instance Method Summary collapse
Instance Method Details
#after ⇒ Object
584 585 586 587 |
# File 'lib/cucumber/formatter/legacy_api/adapter.rb', line 584 def after formatter.after_steps(steps) self end |
#before ⇒ Object
573 574 575 576 |
# File 'lib/cucumber/formatter/legacy_api/adapter.rb', line 573 def before formatter.before_steps(nil) self end |
#step_invocation(step_invocation) ⇒ Object
578 579 580 581 582 |
# File 'lib/cucumber/formatter/legacy_api/adapter.rb', line 578 def step_invocation(step_invocation) steps << step_invocation step_invocation.accept(formatter) self end |