class TestGtkImage

Public Instance Methods

test_stock() click to toggle source
# File gtk2/test/test_gtk_image.rb, line 4
def test_stock
  image = Gtk::Image.new(Gtk::Stock::GO_FORWARD, Gtk::IconSize::DIALOG)
  assert_equal(Gtk::Stock::GO_FORWARD, image.stock)
end