class Minitest::CompositeReporter
Dispatch to multiple reporters as one.
Attributes
reporters[RW]
The list of reporters to dispatch to.
Public Instance Methods
<<(reporter)
click to toggle source
Add another reporter to the mix.
# File minitest-5.20.0/lib/minitest.rb, line 905 def << reporter self.reporters << reporter end