Methods

Class/Module Index [+]

Quicksearch

TC_types

Public Instance Methods

test_type() click to toggle source
# File gstreamer/tests/tc_type.rb, line 23
def test_type
    i = 0
    Gst::Type.each { |t| t.test(self); i += 1 }
    assert_instance_of(Array, a  = Gst::Type.types)
    assert_equal(i, a.length)
    a.each { |t| assert_instance_of(Gst::Type, t); t.test(self) }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.