In Files

  • minitest-5.15.0/lib/minitest.rb

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.15.0/lib/minitest.rb, line 853
def << reporter
  self.reporters << reporter
end
            
There is an updated format of the API docs for this version here.