method
test_finished
ruby latest stable - Class:
Test::Unit::UI::GTK2::TestRunner
test_finished(result)public
No documentation available.
# File lib/test/unit/ui/gtk2/testrunner.rb, line 330
def test_finished(result)
test_progress_bar.fraction += 1.0 / @count
end