class Grntest::Reporters::ProgressReporter
Private Instance Methods
Source
# File lib/grntest/reporters/progress-reporter.rb, line 22 def draw_statistics_header_line puts(statistics_header) end
Source
# File lib/grntest/reporters/progress-reporter.rb, line 26 def draw_status_line(worker) end
Source
# File lib/grntest/reporters/progress-reporter.rb, line 29 def draw_test_line(worker) end
Source
# File lib/grntest/reporters/progress-reporter.rb, line 32 def n_worker_lines 0 end