Class: Closer::Formatter::HTML

Inherits:
Cucumber::Formatter::HTML
  • Object
show all
Defined in:
lib/closer/formatter/html.rb

Instance Method Summary collapse

Instance Method Details

#output_envelope(envelope) ⇒ Object



7
8
9
10
# File 'lib/closer/formatter/html.rb', line 7

def output_envelope(envelope)
  @html_formatter.write_message(envelope)
  @html_formatter.write_post_message if envelope.test_run_finished
end