Class/Module Index [+]

Quicksearch

TestIndexFactory

Public Instance Methods

test_description() click to toggle source
# File gstreamer/test/test_index_factory.rb, line 2
def test_description
  index = Gst::IndexFactory.find("fileindex")
  assert_not_nil(index)
  assert_equal("A index that stores entries in file", index.description)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.