class Mutest::Reporter::CLI::Format::Progressive
Format
for progressive non rewindable output
Constants
- REPORT_DELAY
- REPORT_FREQUENCY
Public Instance Methods
progress(status)
click to toggle source
Progress representation
@return [String]
# File lib/mutest/reporter/cli/format.rb, line 78 def progress(status) format(Printer::StatusProgressive, status) end
start(env)
click to toggle source
Start representation
@return [String]
# File lib/mutest/reporter/cli/format.rb, line 71 def start(env) format(Printer::Config, env.config) end
Private Instance Methods
new_buffer()
click to toggle source
New buffer
@return [StringIO]
# File lib/mutest/reporter/cli/format.rb, line 87 def new_buffer StringIO.new end