Included Modules

Class/Module Index [+]

Quicksearch

TestSeek

Public Instance Methods

test_flags() click to toggle source
# File gstreamer/test/test_seek.rb, line 11
def test_flags
  assert_operator(Gst, :const_defined?, :SeekFlags)
  assert_nothing_raised do
    Gst::Seek::FLAG_NONE
  end
end
test_type() click to toggle source
# File gstreamer/test/test_seek.rb, line 4
def test_type
  assert_operator(Gst, :const_defined?, :SeekType)
  assert_nothing_raised do
    Gst::Seek::TYPE_NONE
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.