class Minitest::Reporters::BaseReporter

def initialize(options = {})

def initialize(options = {})
  super($stdout, options)
  self.tests = []
end