Class: Turn::MarshalReporter

Inherits:
Reporter show all
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

Instance Attribute Summary

Attributes inherited from Reporter

#io

Instance Method Summary collapse

Methods inherited from Reporter

#error, #fail, #finish_case, #finish_test, #initialize, #pass, #start_case, #start_suite, #start_test

Constructor Details

This class inherits a constructor from Turn::Reporter

Instance Method Details

#finish_suite(suite) ⇒ Object

def finish_case(kase) end



57
58
59
# File 'lib/turn/reporters/marshal_reporter.rb', line 57

def finish_suite(suite)    
  $stdout << suite.to_yaml
end