# File gstreamer/tests/tc_type.rb, line 23 def test_type i = 0 Gst::Type.each { |t| t.test(self); i += 1 } assert_instance_of(Array, a = Gst::Type.types) assert_equal(i, a.length) a.each { |t| assert_instance_of(Gst::Type, t); t.test(self) } end