Class MySqlUnsignedIntegerConverterTest

java.lang.Object
io.debezium.connector.mysql.MySqlUnsignedIntegerConverterTest

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

    • MySqlUnsignedIntegerConverterTest

      public MySqlUnsignedIntegerConverterTest()
  • Method Details

    • shouldConvertSignedBinlogTinyintToUnsigned

      public void shouldConvertSignedBinlogTinyintToUnsigned()
    • shouldConvertSignedBinlogSmallintToUnsigned

      public void shouldConvertSignedBinlogSmallintToUnsigned()
    • shouldConvertSignedBinlogMediumintToUnsigned

      public void shouldConvertSignedBinlogMediumintToUnsigned()
    • shouldConvertSignedBinlogIntToUnsigned

      public void shouldConvertSignedBinlogIntToUnsigned()
    • shouldConvertSignedBinlogBigintToUnsigned

      public void shouldConvertSignedBinlogBigintToUnsigned()