Method: Minitest::StatisticsReporter#total_time

Defined in:
lib/minitest.rb

#total_timeObject

Test run time. If available, the monotonic clock is used and this is a Float, otherwise it’s an instance of Time.

[View source]

822
823
824
# File 'lib/minitest.rb', line 822

def total_time
  @total_time
end