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

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

CLI runner status printer base class

Defined Under Namespace

Classes: Config, CoverageResult, Env, EnvProgress, EnvResult, IsolationResult, MutationResult, StatusProgressive, SubjectResult

Constant Summary collapse

NL =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

"\n"

Instance Method Summary collapse

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)


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

abstract_method :run