Class: Mutest::Reporter::CLI::Format Private

Inherits:
Object
  • Object
show all
Includes:
AbstractType
Defined in:
lib/mutest/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

Direct Known Subclasses

Framed, Progressive

Defined Under Namespace

Classes: Framed, 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)


26
27
28
# File 'lib/mutest/reporter/cli/format.rb', line 26

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)


21
# File 'lib/mutest/reporter/cli/format.rb', line 21

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)


14
# File 'lib/mutest/reporter/cli/format.rb', line 14

abstract_method :start