Class: Mutest::Reporter::Sequence Private

Inherits:
Mutest::Reporter show all
Defined in:
lib/mutest/reporter/sequence.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Methods inherited from Mutest::Reporter

#progress, #report, #start, #warn

Instance Method Details

#delayFloat

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Minimum reporter delay

Returns:

  • (Float)


19
20
21
# File 'lib/mutest/reporter/sequence.rb', line 19

def delay
  reporters.map(&:delay).min
end