Class AbstractCompatibilityTest


  • public abstract class AbstractCompatibilityTest
    extends Object
    • Constructor Detail

      • AbstractCompatibilityTest

        public AbstractCompatibilityTest()
    • Method Detail

      • shouldDetectCompatibleSchemas

        @Test
        public void shouldDetectCompatibleSchemas()
                                           throws Exception
        Throws:
        Exception
      • shouldDetectIncompatibleSchemas_ChangedFieldNumber

        @Test
        public void shouldDetectIncompatibleSchemas_ChangedFieldNumber()
                                                                throws Exception
        Throws:
        Exception
      • shouldDetectIncompatibleSchemas_ChangedFieldType

        @Test
        public void shouldDetectIncompatibleSchemas_ChangedFieldType()
                                                              throws Exception
        Throws:
        Exception
      • shouldAllowCompatibleTypeChange_VarintTypes

        @Test
        public void shouldAllowCompatibleTypeChange_VarintTypes()
                                                         throws Exception
        Throws:
        Exception