Package io.debezium.connector.binlog
Class BinlogUnsignedIntegerConverterTest
java.lang.Object
io.debezium.connector.binlog.BinlogUnsignedIntegerConverterTest
- Author:
- Omar Al-Safi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoid
-
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()
-