Sha256: ed050e8d31491ad0190ccce23affd8a2492ea864e0e56cbf57e4330961fdc880
Contents?: true
Size: 433 Bytes
Versions: 116
Compression:
Stored size: 433 Bytes
Contents
class TestGdkEvent < Test::Unit::TestCase include GtkTestUtils class TestMotion < self def test_request only_gtk_version(2, 12, 0) motion = Gdk::EventMotion.new assert_nothing_raised do motion.request end end end class TestButton < self def setup @button = Gdk::EventButton.new(:button_press) end def test_window assert_nil(@button.window) end end end
Version data entries
116 entries across 116 versions & 1 rubygems