Class/Module Index [+]

Quicksearch

TestCaps

Public Instance Methods

test_each() click to toggle source
# File gstreamer/test/test_caps.rb, line 10
def test_each
  assert_equal(["video/x-raw-yuv"],
               smpte_caps.collect {|structure| structure.name})
end
test_get_structure() click to toggle source
# File gstreamer/test/test_caps.rb, line 6
def test_get_structure
  assert_equal("video/x-raw-yuv", smpte_caps[0].name)
end
test_size() click to toggle source
# File gstreamer/test/test_caps.rb, line 2
def test_size
  assert_equal(1, smpte_caps.size)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.