Class: Mutant::Reporter

Inherits:
Object
  • Object
show all
Includes:
AbstractType, Adamantium::Flat
Defined in:
lib/mutant/reporter.rb,
lib/mutant/reporter/cli.rb,
lib/mutant/reporter/null.rb,
lib/mutant/reporter/trace.rb,
lib/mutant/reporter/cli/report.rb,
lib/mutant/reporter/cli/printer.rb,
lib/mutant/reporter/cli/progress.rb,
lib/mutant/reporter/cli/registry.rb,
lib/mutant/reporter/cli/progress/noop.rb,
lib/mutant/reporter/cli/report/config.rb,
lib/mutant/reporter/cli/report/subject.rb,
lib/mutant/reporter/cli/progress/config.rb,
lib/mutant/reporter/cli/report/mutation.rb,
lib/mutant/reporter/cli/progress/subject.rb,
lib/mutant/reporter/cli/progress/mutation.rb

Overview

Abstract base class for reporters

Direct Known Subclasses

CLI, Null

Defined Under Namespace

Classes: CLI, Null, Trace

Instance Method Summary collapse

Instance Method Details

#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 object

Parameters:

  • object (Object)

Returns:

  • (self)


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

abstract_method :report

#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)


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

abstract_method :warn