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/sequence.rb,
lib/mutant/reporter/cli/format.rb,
lib/mutant/reporter/cli/printer.rb,
lib/mutant/reporter/cli/printer/env.rb,
lib/mutant/reporter/cli/printer/config.rb,
lib/mutant/reporter/cli/printer/env_result.rb,
lib/mutant/reporter/cli/printer/env_progress.rb,
lib/mutant/reporter/cli/printer/subject_result.rb,
lib/mutant/reporter/cli/printer/coverage_result.rb,
lib/mutant/reporter/cli/printer/mutation_result.rb,
lib/mutant/reporter/cli/printer/isolation_result.rb,
lib/mutant/reporter/cli/printer/status_progressive.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)


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

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)


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

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)


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

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)


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

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)


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

abstract_method :warn