# File gstreamer/tests/tc_pad.rb, line 27
    def test_query_type
        Gst::QueryType.each { |q| q.test(self) }
        assert_nil Gst::QueryType.find("does_not_exist")
    end