Methods

Included Modules

Class/Module Index [+]

Quicksearch

TestEvent

Public Instance Methods

test_type() click to toggle source
# File gstreamer/test/test_event.rb, line 4
def test_type
  assert_operator(Gst, :const_defined?, :EventType)
  assert_nothing_raised do
    Gst::Event::EOS
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.