Class: Mutest::Reporter Private

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



37
# File 'lib/mutest/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



32
# File 'lib/mutest/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



25
# File 'lib/mutest/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



18
# File 'lib/mutest/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



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

abstract_method :warn