method

assertion_count_label

ruby latest stable - Class: Test::Unit::UI::GTK::TestRunner

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

assertion_count_label()
private

No documentation available.

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