Flowdock
method

reset_ui

Importance_0
v1_8_7_72 - Show latest stable - 0 notes - Class: Test::Unit::UI::GTK2::TestRunner
reset_ui(count) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/test/unit/ui/gtk2/testrunner.rb, line 367
          def reset_ui(count)
            test_progress_bar.style = green_style
            test_progress_bar.fraction = 0.0
            @count = count + 1
            @red = false

            run_count_label.set_text("0")
            assertion_count_label.set_text("0")
            failure_count_label.set_text("0")
            error_count_label.set_text("0")

            fault_list.clear
          end
Register or log in to add new notes.