class Minitest::Reporters::DelegateReporter

def report

def report
  all_reporters.each(&:report)
end