class Minitest::Reporters::MeanTimeReporter

def current_run

Returns:
  • (Hash Float>) -
def current_run
  Hash[all_suite_times]
end