Class: ReversedProgressBarTest

Inherits:
ProgressBarTest show all
Defined in:
lib/vendor/ruby-progressbar-0.9/lib/test.rb

Constant Summary

Constants inherited from ProgressBarTest

ProgressBarTest::SleepUnit

Instance Method Summary collapse

Methods inherited from ProgressBarTest

#test_bytes, #test_clear, #test_halt, #test_inc, #test_inc_x, #test_invalid_set, #test_set, #test_slow, #test_total_zero

Instance Method Details

#do_make_progress_bar(title, total) ⇒ Object



101
102
103
# File 'lib/vendor/ruby-progressbar-0.9/lib/test.rb', line 101

def do_make_progress_bar (title, total)
  ReversedProgressBar.new(title, total)
end