Class: Mutant::Reporter Private

Inherits:
Object
  • Object
show all
Includes:
AbstractType
Defined in:
lib/mutant/reporter.rb,
lib/mutant/reporter/cli.rb,
lib/mutant/reporter/null.rb,
lib/mutant/reporter/cli/tput.rb,
lib/mutant/reporter/sequence.rb,
lib/mutant/reporter/cli/format.rb,
lib/mutant/reporter/cli/printer.rb,
lib/mutant/reporter/cli/printer/config.rb,
lib/mutant/reporter/cli/printer/status.rb,
lib/mutant/reporter/cli/printer/env_result.rb,
lib/mutant/reporter/cli/printer/test_result.rb,
lib/mutant/reporter/cli/printer/env_progress.rb,
lib/mutant/reporter/cli/printer/subject_result.rb,
lib/mutant/reporter/cli/printer/mutation_result.rb,
lib/mutant/reporter/cli/printer/subject_progress.rb,
lib/mutant/reporter/cli/printer/status_progressive.rb,
lib/mutant/reporter/cli/printer/mutation_progress_result.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.

Abstract base class for reporters

Direct Known Subclasses

CLI, Null, Sequence

Defined Under Namespace

Classes: CLI, Null, Sequence

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.

The reporter delay

Returns:

  • (Float)


37
# File 'lib/mutant/reporter.rb', line 37

abstract_method :delay

#progressself

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 progress on object

Parameters:

  • object (Object)

Returns:

  • (self)


32
# File 'lib/mutant/reporter.rb', line 32

abstract_method :progress

#reportself

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 collector state

Parameters:

  • collector (Runner::Collector)

Returns:

  • (self)


25
# File 'lib/mutant/reporter.rb', line 25

abstract_method :report

#startself

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 start

Parameters:

Returns:

  • (self)


18
# File 'lib/mutant/reporter.rb', line 18

abstract_method :start

#warnself

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.

Write warning message

Parameters:

  • message (String)

Returns:

  • (self)


11
# File 'lib/mutant/reporter.rb', line 11

abstract_method :warn