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/test.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/alive_results.rb,
lib/mutant/reporter/cli/printer/subject_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

Modules: AliveResults Classes: Config, DisplayConfig, Env, EnvProgress, EnvResult, IsolationResult, Mutation, StatusProgressive, SubjectResult, Test

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"

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Procto

included

Class Method Details

.call(output:, object:, display_config: DisplayConfig::DEFAULT) ⇒ Object

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.



23
24
25
# File 'lib/mutant/reporter/cli/printer.rb', line 23

def self.call(output:, object:, display_config: DisplayConfig::DEFAULT)
  super
end

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.



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

def call = run

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


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

abstract_method :run