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/cli/printer.rb,
lib/mutant/reporter/cli/printer/config.rb,
lib/mutant/reporter/cli/printer/killer.rb,
lib/mutant/reporter/cli/printer/subject.rb,
lib/mutant/reporter/cli/printer/mutation.rb

Overview

Abstract base class for reporters

Direct Known Subclasses

CLI, Null

Defined Under Namespace

Classes: CLI, Null

Instance Method Summary collapse

Instance Method Details

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


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

abstract_method :report