Class: Mutant::Reporter::CLI::Printer::Test::Config 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.

Printer for test config

API:

  • private

Constant Summary

Constants inherited from Mutant::Reporter::CLI::Printer

NL

Instance Method Summary collapse

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

call, #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.

Report configuration

Parameters:

Returns:

API:

  • private



17
18
19
20
21
# File 'lib/mutant/reporter/cli/printer/test.rb', line 17

def run
  info('Fail-Fast:    %s', object.fail_fast)
  info('Integration:  %s', object.integration.name || 'null')
  info('Jobs:         %s', object.jobs || 'auto')
end