Test::Unit::TestCase
# File gstreamer/tests/tc_pad.rb, line 23 def test_format Gst::Format.each { |f| f.test(self) } assert_nil Gst::Format.find("does_not_exist") end
# File gstreamer/tests/tc_pad.rb, line 27 def test_query_type Gst::QueryType.each { |q| q.test(self) } assert_nil Gst::QueryType.find("does_not_exist") end
[Validate]
Generated with the Darkfish Rdoc Generator 2.