class Cucumber::Formatter::AfterHookPrinter
Basic printer used by default
Attributes
formatter[R]
Public Class Methods
new(formatter)
click to toggle source
# File lib/cucumber/formatter/legacy_api/adapter.rb, line 433 def initialize(formatter) @formatter = formatter end
Public Instance Methods
after()
click to toggle source
# File lib/cucumber/formatter/legacy_api/adapter.rb, line 439 def after after_hook_results.accept(formatter) end