Class: Minitest::Reporter
- Inherits:
-
AbstractReporter
- Object
- AbstractReporter
- Minitest::Reporter
- Defined in:
- lib/minitest.rb
Overview
:nodoc:
Direct Known Subclasses
Instance Attribute Summary collapse
-
#io ⇒ Object
The IO used to report.
-
#options ⇒ Object
Command-line options for this run.
Instance Method Summary collapse
-
#initialize(io = $stdout, options = {}) ⇒ Reporter
constructor
:nodoc:.
Methods inherited from AbstractReporter
#passed?, #record, #report, #start
Constructor Details
#initialize(io = $stdout, options = {}) ⇒ Reporter
:nodoc:
464 465 466 467 468 |
# File 'lib/minitest.rb', line 464 def initialize io = $stdout, = {} # :nodoc: super() self.io = io self. = end |