Methods

Class/Module Index [+]

Quicksearch

TC_parse

Public Instance Methods

test_launch() click to toggle source
# File gstreamer/tests/tc_parse.rb, line 23
def test_launch
    assert_instance_of(Gst::Bin, Gst::Parse.launch("fakesrc ! fakesink"))
    assert_raises(RuntimeError) { Gst::Parse.launch("plok") }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.