# File gstreamer/tests/misc.rb, line 250
    def test(tc)
        tc.assert_instance_of(Fixnum, id)
        tc.assert_instance_of(String, nick)
        tc.assert_instance_of(String, description)
        tc.assert Gst::QueryType.find(nick) == self 
    end