Class: Mutant::Reporter::CLI::Printer::EnvResult Private
- Inherits:
-
Mutant::Reporter::CLI::Printer
- Object
- Mutant::Reporter::CLI::Printer
- Mutant::Reporter::CLI::Printer::EnvResult
- Defined in:
- lib/mutant/reporter/cli/printer/env_result.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.
Full env result reporter
Constant Summary
Constants inherited from Mutant::Reporter::CLI::Printer
Instance Method Summary collapse
-
#run ⇒ undefined
private
Run printer.
Methods inherited from Mutant::Reporter::CLI::Printer
Methods included from Procto
Instance Method Details
#run ⇒ undefined
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
14 15 16 17 |
# File 'lib/mutant/reporter/cli/printer/env_result.rb', line 14 def run visit_collection(SubjectResult, failed_subject_results) visit(EnvProgress, object) end |