Method: Minitest::StatisticsReporter#start_time
- Defined in:
- lib/minitest.rb
permalink #start_time ⇒ Object
Time the test run started. If available, the monotonic clock is used and this is a Float
, otherwise it’s an instance of Time
.
816 817 818 |
# File 'lib/minitest.rb', line 816 def start_time @start_time end |