Class: Mutant::Reporter::CLI::Format Private

Inherits:
Object
  • Object
show all
Includes:
AbstractType
Defined in:
lib/mutant/reporter/cli/format.rb

Overview

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.

CLI output format

rubocop:disable Style/FormatString

Direct Known Subclasses

Progressive

Defined Under Namespace

Classes: Output, Progressive

Instance Method Summary collapse

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.

Report delay in seconds

Returns:

  • (Float)


29
30
31
# File 'lib/mutant/reporter/cli/format.rb', line 29

def delay
  self.class::REPORT_DELAY
end

#progressString

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.

Progress representation

Parameters:

  • status (Runner::Status)

Returns:

  • (String)


24
# File 'lib/mutant/reporter/cli/format.rb', line 24

abstract_method :progress

#startString

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.

Start representation

Parameters:

Returns:

  • (String)


17
# File 'lib/mutant/reporter/cli/format.rb', line 17

abstract_method :start