class Oktest::PlainReporter
Public Instance Methods
exit_all(runner)
click to toggle source
; [!w842j] reports progress.
# File lib/oktest.rb, line 2004 def exit_all(runner) elapsed = Time.now - @start_at puts() print_exceptions() puts footer(elapsed) end
exit_spec(spec, depth, status, error, parent)
click to toggle source
Calls superclass method
Oktest::BaseReporter#exit_spec
# File lib/oktest.rb, line 2011 def exit_spec(spec, depth, status, error, parent) super print Color.status(status, CHARS[status] || '?') $stdout.flush end