Test::Unit::TestCase
# File gstreamer/test/test_static_caps.rb, line 2 def test_description assert_equal("ANY", file_src_caps.description) end
# File gstreamer/test/test_static_caps.rb, line 6 def test_to_caps static_caps = file_src_caps assert_kind_of(Gst::StaticCaps, static_caps) assert_kind_of(Gst::Caps, static_caps.to_caps) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.