Class: Mutant::Reporter::CLI::Printer::Test::Result Private
- Inherits:
-
Mutant::Reporter::CLI::Printer::Test
- Object
- Mutant::Reporter::CLI::Printer
- Mutant::Reporter::CLI::Printer::Test
- Mutant::Reporter::CLI::Printer::Test::Result
- 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.
Reporter for test results
Constant Summary
Constants inherited from Mutant::Reporter::CLI::Printer
Instance Method Summary collapse
-
#run ⇒ undefined
private
Run report printer.
Methods inherited from Mutant::Reporter::CLI::Printer
Methods included from Procto
Instance Method Details
#run ⇒ undefined
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 report printer
112 113 114 |
# File 'lib/mutant/reporter/cli/printer/test.rb', line 112 def run puts(object.output) end |