Included Modules

Class/Module Index [+]

Quicksearch

TestElementFactory

Public Instance Methods

test_author() click to toggle source
# File gstreamer/test/test_element_factory.rb, line 16
def test_author
  assert_match(/\AWim Taymans <.*?>\z/, play_bin.author)
end
test_create() click to toggle source
# File gstreamer/test/test_element_factory.rb, line 20
def test_create
  assert_match(/\Aplaybin\d+\z/, play_bin.create.name)
end
test_description() click to toggle source
# File gstreamer/test/test_element_factory.rb, line 12
def test_description
  assert_equal("Autoplug and play media from an uri", play_bin.description)
end
test_klass() click to toggle source
# File gstreamer/test/test_element_factory.rb, line 8
def test_klass
  assert_equal("Generic/Bin/Player", play_bin.klass)
end
test_long_name() click to toggle source
# File gstreamer/test/test_element_factory.rb, line 4
def test_long_name
  assert_equal("Player Bin", play_bin.long_name)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.