Class: Mutant::Reporter::CLI::Format
- Inherits:
-
Object
- Object
- Mutant::Reporter::CLI::Format
- Includes:
- AbstractType
- Defined in:
- lib/mutant/reporter/cli/format.rb
Overview
CLI output format
Direct Known Subclasses
Defined Under Namespace
Classes: Framed, Output, Progressive
Instance Method Summary collapse
-
#delay ⇒ Float
private
Return report delay in seconds.
-
#progress ⇒ String
private
Return progress representation.
-
#start ⇒ String
private
Return start representation.
Instance Method Details
#delay ⇒ Float
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.
Return report delay in seconds
34 35 36 |
# File 'lib/mutant/reporter/cli/format.rb', line 34 def delay self.class::REPORT_DELAY end |
#progress ⇒ String
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.
Return progress representation
26 |
# File 'lib/mutant/reporter/cli/format.rb', line 26 abstract_method :progress |
#start ⇒ String
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.
Return start representation
16 |
# File 'lib/mutant/reporter/cli/format.rb', line 16 abstract_method :start |