Class: Mutant::Reporter::CLI::Printer

Inherits:
Object
  • Object
show all
Includes:
AbstractType, Adamantium::Flat, Delegator
Defined in:
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

CLI runner status printer base class

Defined Under Namespace

Classes: Config, EnvProgress, EnvResult, MutationProgressResult, MutationResult, Status, StatusProgressive, SubjectProgress, SubjectResult, TestResult

Constant Summary collapse

NL =
"\n".freeze

Instance Method Summary collapse

Methods included from Delegator

included

Instance Method Details

#runself

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.

Run printer

Returns:

  • (self)


19
# File 'lib/mutant/reporter/cli/printer.rb', line 19

abstract_method :run