Sha256: 05e4c2556ce5c6b6668707d5cf4818f89ffb15064ca268b3c1dd44d80f197ec2
Contents?: true
Size: 202 Bytes
Versions: 42
Compression:
Stored size: 202 Bytes
Contents
class TestEvent < Test::Unit::TestCase include GstTestUtils def test_type assert_operator(Gst, :const_defined?, :EventType) assert_nothing_raised do Gst::Event::EOS end end end
Version data entries
42 entries across 42 versions & 1 rubygems