Class: Mutant::Reporter::CLI::Printer::Test::Env Private

Inherits:
Mutant::Reporter::CLI::Printer::Test show all
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

NL

Instance Method Summary collapse

Methods inherited from Mutant::Reporter::CLI::Printer

#call

Methods included from Procto

included

Instance Method Details

#runundefined

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:

  • (undefined)


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