class Minitest::Reporters::MeanTimeReporter

def show_count

Returns:
  • (Fixnum) - The number of tests to output to output to the screen
def show_count
  options[:show_count]
end