Class MySqlUnsignedIntegerConverterTest


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

      • MySqlUnsignedIntegerConverterTest

        public MySqlUnsignedIntegerConverterTest()
    • Method Detail

      • shouldConvertSignedBinlogTinyintToUnsigned

        public void shouldConvertSignedBinlogTinyintToUnsigned()
      • shouldConvertSignedBinlogSmallintToUnsigned

        public void shouldConvertSignedBinlogSmallintToUnsigned()
      • shouldConvertSignedBinlogMediumintToUnsigned

        public void shouldConvertSignedBinlogMediumintToUnsigned()
      • shouldConvertSignedBinlogIntToUnsigned

        public void shouldConvertSignedBinlogIntToUnsigned()
      • shouldConvertSignedBinlogBigintToUnsigned

        public void shouldConvertSignedBinlogBigintToUnsigned()