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

Inherits:
Object
  • Object
show all
Includes:
Procto, Unparser::AbstractType, Unparser::Adamantium
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/mutation.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, Mutation, 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

Methods included from Procto

included

Instance Method Details

#callObject

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.



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

def call
  run
end

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


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

abstract_method :run