Class BinlogUnsignedIntegerConverterTest

java.lang.Object
io.debezium.connector.binlog.BinlogUnsignedIntegerConverterTest

public class BinlogUnsignedIntegerConverterTest extends Object
Author:
Omar Al-Safi
  • Constructor Details

    • BinlogUnsignedIntegerConverterTest

      public BinlogUnsignedIntegerConverterTest()
  • Method Details

    • shouldConvertSignedBinlogTinyintToUnsigned

      public void shouldConvertSignedBinlogTinyintToUnsigned()
    • shouldConvertSignedBinlogSmallintToUnsigned

      public void shouldConvertSignedBinlogSmallintToUnsigned()
    • shouldConvertSignedBinlogMediumintToUnsigned

      public void shouldConvertSignedBinlogMediumintToUnsigned()
    • shouldConvertSignedBinlogIntToUnsigned

      public void shouldConvertSignedBinlogIntToUnsigned()
    • shouldConvertSignedBinlogBigintToUnsigned

      public void shouldConvertSignedBinlogBigintToUnsigned()