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

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

Overview

Full env result reporter

Constant Summary

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

NL

Instance Method Summary collapse

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

run

Methods included from Delegator

included

Instance Method Details

#runself

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:

  • (self)


259
260
261
262
263
# File 'lib/mutant/reporter/cli/printer.rb', line 259

def run
  visit_collection(SubjectResult, failed_subject_results)
  visit(EnvProgress, object)
  self
end