Class: Turn::MarshalReporter
- Defined in:
- lib/turn/reporters/marshal_reporter.rb
Overview
Marshal Reporter
Constant Summary
Constants included from Colorize
Colorize::COLORIZE, Colorize::ERROR, Colorize::FAIL, Colorize::PASS, Colorize::SKIP
Instance Attribute Summary
Attributes inherited from Reporter
Instance Method Summary collapse
Methods inherited from Reporter
#error, #fail, #finish_case, #finish_test, #initialize, #pass, #start_case, #start_suite, #start_test
Methods included from Colorize
blue, bold, error, fail, green, magenta, pass, red, skip
Constructor Details
This class inherits a constructor from Turn::Reporter
Instance Method Details
#finish_suite(suite) ⇒ Object
10 11 12 |
# File 'lib/turn/reporters/marshal_reporter.rb', line 10 def finish_suite(suite) $stdout << suite.to_yaml end |