Class: Mutant::Reporter::CLI::Printer::Subject::Runner

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

Overview

Printer for subject runners

Direct Known Subclasses

Details

Defined Under Namespace

Classes: Details

Constant Summary

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

REGISTRY

Instance Method Summary collapse

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

build, finalize, handle, run, visit

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)


34
35
36
37
38
# File 'lib/mutant/reporter/cli/printer/subject.rb', line 34

def run
  print_progress_bar_finish
  print_stats
  self
end