class Grntest::Reporters::ProgressReporter

Private Instance Methods

draw_statistics_header_line() click to toggle source
# File lib/grntest/reporters/progress-reporter.rb, line 22
def draw_statistics_header_line
  puts(statistics_header)
end
draw_status_line(worker) click to toggle source
# File lib/grntest/reporters/progress-reporter.rb, line 26
def draw_status_line(worker)
end
draw_test_line(worker) click to toggle source
# File lib/grntest/reporters/progress-reporter.rb, line 29
def draw_test_line(worker)
end
n_worker_lines() click to toggle source
# File lib/grntest/reporters/progress-reporter.rb, line 32
def n_worker_lines
  0
end