# File gtk2/test/test_gtk_widget.rb, line 4 def setup @widget = Gtk::Invisible.new end
# File gtk2/test/test_gtk_widget.rb, line 15 def test_modify_color_component_with_nil_color assert_nothing_raised do @widget.modify_base(:normal, nil) end assert_nothing_raised do @widget.modify_text(:normal, nil) end assert_nothing_raised do @widget.modify_fg(:normal, nil) end assert_nothing_raised do @widget.modify_bg(:normal, nil) end end
Generated with the Darkfish Rdoc Generator 2.