class TestGdkGC

Public Instance Methods

test_constant() click to toggle source
# File gtk2/test/test_gdk_gc.rb, line 4
def test_constant
  assert_const_defined(Gdk, :GC)
end