Class: Mutant::Reporter::CLI::Printer::EnvResult

Inherits:
Mutant::Reporter::CLI::Printer show all
Defined in:
lib/mutant/reporter/cli/printer/env_result.rb

Overview

Full env result reporter

Constant Summary

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

NL

Instance Method Summary collapse

Methods included from Delegator

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)


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