Method: Minitest::StatisticsReporter#start_time

Defined in:
lib/minitest.rb

#start_timeObject

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

[View source]

816
817
818
# File 'lib/minitest.rb', line 816

def start_time
  @start_time
end