Method: Minitest::StatisticsReporter#total_time
- Defined in:
- lib/minitest.rb
permalink #total_time ⇒ Object
Test run time. If available, the monotonic clock is used and this is a Float
, otherwise it’s an instance of Time
.
822 823 824 |
# File 'lib/minitest.rb', line 822 def total_time @total_time end |