Class
Turn::ProgressReporter
In:
lib/turn/reporters/progress_reporter.rb
Parent:
Reporter
Methods
error
fail
finish_case
finish_suite
new
post_report
skip
start_case
start_suite
Public Class methods
new
(io, opts={})
Public Instance methods
error
(exception, message=nil)
fail
(assertion, message=nil)
def pass(message=nil) end
finish_case
(kase)
finish_suite
(suite)
post_report
(suite)
skip
(exception, message=nil)
start_case
(testcase)
start_suite
(suite)
[Validate]