Printer to handle background steps for anything but the first scenario in a feature. These steps should not be printed.
# File lib/cucumber/formatter/legacy_api/adapter.rb, line 509 def after;self;end
# File lib/cucumber/formatter/legacy_api/adapter.rb, line 511 def after_hook(*);end
# File lib/cucumber/formatter/legacy_api/adapter.rb, line 512 def after_step_hook(*);end
# File lib/cucumber/formatter/legacy_api/adapter.rb, line 514 def after_test_case(*);end
# File lib/cucumber/formatter/legacy_api/adapter.rb, line 508 def before;self;end
# File lib/cucumber/formatter/legacy_api/adapter.rb, line 510 def before_hook(*);end
# File lib/cucumber/formatter/legacy_api/adapter.rb, line 513 def examples_table(*);end
# File lib/cucumber/formatter/legacy_api/adapter.rb, line 498 def get_failed_step_source return @source_of_failed_step end
# File lib/cucumber/formatter/legacy_api/adapter.rb, line 502 def step_invocation(step_invocation, source) if source.step_result.status == :failed @source_of_failed_step = source end end