# File gstreamer/tests/tc_pad.rb, line 23
    def test_format
        Gst::Format.each { |f| f.test(self) }
        assert_nil Gst::Format.find("does_not_exist")
    end