Class: Mutant::Reporter::CLI::Printer::Test::Env Private
- Inherits:
-
Mutant::Reporter::CLI::Printer::Test
- Object
- Mutant::Reporter::CLI::Printer
- Mutant::Reporter::CLI::Printer::Test
- Mutant::Reporter::CLI::Printer::Test::Env
- Defined in:
- lib/mutant/reporter/cli/printer/test.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.
Env printer
Constant Summary collapse
- FORMATS =
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.
[ ].each(&:freeze)
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
39 40 41 42 43 |
# File 'lib/mutant/reporter/cli/printer/test.rb', line 39 def run info('Test environment:') visit(Config, config) info('Tests: %s', amount_all_tests) end |