Class/Module Index [+]

Quicksearch

TC_pads

Public Instance Methods

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