Methods

Class/Module Index [+]

Quicksearch

TestStaticPadTemplate

Public Instance Methods

test_reader() click to toggle source
# 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.