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

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

NL

Instance Method Summary collapse

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