Class: Mutant::Reporter::CLI::Printer Private
- Inherits:
-
Object
- Object
- Mutant::Reporter::CLI::Printer
- 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/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
Direct Known Subclasses
Config, CoverageResult, Env, EnvProgress, EnvResult, IsolationResult, Mutation, MutationResult, StatusProgressive, SubjectResult, Test
Defined Under Namespace
Classes: Config, CoverageResult, Env, EnvProgress, EnvResult, IsolationResult, Mutation, MutationResult, 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"
Instance Method Summary collapse
- #call ⇒ Object private
-
#run ⇒ self
private
Run printer.
Methods included from Procto
Instance Method Details
#call ⇒ 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.
17 18 19 |
# File 'lib/mutant/reporter/cli/printer.rb', line 17 def call run end |
#run ⇒ self
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
49 |
# File 'lib/mutant/reporter/cli/printer.rb', line 49 abstract_method :run |