Test::Unit::TestCase
# File gstreamer/test/test_caps.rb, line 10 def test_each assert_equal(["video/x-raw-yuv"], smpte_caps.collect {|structure| structure.name}) end
# File gstreamer/test/test_caps.rb, line 6 def test_get_structure assert_equal("video/x-raw-yuv", smpte_caps[0].name) end
# File gstreamer/test/test_caps.rb, line 2 def test_size assert_equal(1, smpte_caps.size) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.