class Minitest::Reporters::MeanTimeReporter

def report_filename

Returns:
  • (String) - The path to the file which contains the parsed test
def report_filename
  options[:report_filename]
end