# File gstreamer/test/test_type_find_factory.rb, line 2 def test_extensions factories = Gst::TypeFindFactory.list html_factory = factories.find {|f| f.name == "text/html"} assert_not_nil(html_factory) assert_equal(["htm", "html"].sort, html_factory.extensions.sort) end
Generated with the Darkfish Rdoc Generator 2.