Class: Oktest::PlainReporter
- Inherits:
-
BaseReporter
- Object
- Reporter
- BaseReporter
- Oktest::PlainReporter
- Defined in:
- lib/oktest.rb
Constant Summary
Constants inherited from BaseReporter
BaseReporter::CHARS, BaseReporter::LABELS
Instance Attribute Summary
Attributes inherited from BaseReporter
Instance Method Summary collapse
-
#exit_all(runner) ⇒ Object
; [!w842j] reports progress.
- #exit_spec(spec, depth, status, error, parent) ⇒ Object
Methods inherited from BaseReporter
#enter_all, #enter_scope, #enter_spec, #enter_topic, #exit_scope, #exit_topic, #initialize
Methods inherited from Reporter
#counts, #enter_all, #enter_scope, #enter_spec, #enter_topic, #exit_scope, #exit_topic
Constructor Details
This class inherits a constructor from Oktest::BaseReporter
Instance Method Details
#exit_all(runner) ⇒ Object
; [!w842j] reports progress.
1641 1642 1643 1644 1645 1646 |
# File 'lib/oktest.rb', line 1641 def exit_all(runner) elapsed = Time.now - @start_at puts() print_exceptions() puts (elapsed) end |