Test::Unit::TestCase
# File gstreamer/test/test_static_pad_template.rb, line 2 def test_reader templates = file_src.pad_templates.collect do |template| [template.name, template.direction, template.presence] end assert_equal([["src", Gst::Pad::SRC, Gst::Pad::ALWAYS]], templates) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.