method

error_count_label

v1_8_6_287 - Show latest stable - Class: Test::Unit::UI::GTK::TestRunner
error_count_label()
private

No documentation available.

# File lib/test/unit/ui/gtk/testrunner.rb, line 290
          def error_count_label
            lazy_initialize(:error_count_label) {
              @error_count_label = Gtk::Label.new("0")
              @error_count_label.set_justify(Gtk::JUSTIFY_LEFT)
            }
          end