class Minitest::CompositeReporter

Parent:
Minitest::AbstractReporter

Dispatch to multiple reporters as one.

Attributes

reporters[RW]

The list of reporters to dispatch to.

Public Instance Methods

<<(reporter) Show source
# File lib/minitest.rb, line 782
def << reporter
  self.reporters << reporter
end

Add another reporter to the mix.

© Ryan Davis, seattle.rb
Licensed under the MIT License.