Parent

Methods

Class/Module Index [+]

Quicksearch

Gst::Registry

Public Instance Methods

test(tc) click to toggle source
# File gstreamer/tests/misc.rb, line 403
def test(tc)
    tc.assert_instance_of(String, name)
    tc.assert_instance_of(String, details) if details
    tc.assert_bool loaded?
    i = 0
    each_path do |p|
        tc.assert_instance_of(String, p)
        i += 1
    end
    tc.assert_instance_of(Array, a = paths)
    tc.assert_equal(a.size, i)
    a.each { |p| tc.assert_instance_of(String, p) }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.