Minitest::CompositeReporter

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

Add another reporter to the mix.

# File lib/minitest.rb, line 653
def << reporter
  self.reporters << reporter
end

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部