method
error_count_label
v1_8_7_72 -
Show latest stable
- Class:
Test::Unit::UI::GTK2::TestRunner
error_count_label()private
No documentation available.
# File lib/test/unit/ui/gtk2/testrunner.rb, line 161
def error_count_label
lazy_initialize(:error_count_label) do
@error_count_label = Gtk::Label.new("0")
@error_count_label.justify = Gtk::JUSTIFY_LEFT
end
end