Test::Unit::TestCase
# File gstreamer/test/test_seek.rb, line 11 def test_flags assert_operator(Gst, :const_defined?, :SeekFlags) assert_nothing_raised do Gst::Seek::FLAG_NONE end end
# File gstreamer/test/test_seek.rb, line 4 def test_type assert_operator(Gst, :const_defined?, :SeekType) assert_nothing_raised do Gst::Seek::TYPE_NONE end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.