class Minitest::Reporters::MeanTimeReporter

def report_title

Returns:
  • (String) -
def report_title
  "\n\e[4mMinitest Reporters: Mean Time Report\e[24m " \
  "(Samples: #{samples}, Order: #{sort_column.inspect} " \
  "#{order.inspect})\n"
end