Class: Minitest::Reporter
Do not use. This class is for internal use only.
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Subclasses:
|
|
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
AbstractReporter
|
|
Instance Chain:
self,
AbstractReporter
|
|
Inherits: |
Minitest::AbstractReporter
|
Defined in: | lib/minitest.rb |
Class Method Summary
Instance Attribute Summary
AbstractReporter
- Inherited
#passed? | Did this run pass? |
Instance Method Summary
AbstractReporter
- Inherited
#prerecord | About to start running a test. |
#record | Output and record the result of the test. |
#report | Outputs the summary of the run. |
#start | Starts reporting on the run. |
#synchronize |
Constructor Details
.new(io = $stdout, options = {}) ⇒ Reporter
Instance Attribute Details
#io (rw)
The IO used to report.
# File 'lib/minitest.rb', line 736
attr_accessor :io
#options (rw)
Command-line options for this run.
# File 'lib/minitest.rb', line 741
attr_accessor :