Class MySqlValueConvertersTest


  • public class MySqlValueConvertersTest
    extends Object
    Author:
    Randall Hauch
    • Field Detail

      • INVALID_JSON

        private static final byte[] INVALID_JSON
    • Constructor Detail

      • MySqlValueConvertersTest

        public MySqlValueConvertersTest()
    • Method Detail

      • shouldAdjustLocalDateWithTwoDigitYears

        public void shouldAdjustLocalDateWithTwoDigitYears()
      • shouldAdjustLocalDateTimeWithTwoDigitYears

        public void shouldAdjustLocalDateTimeWithTwoDigitYears()
      • shouldNotAdjustLocalDateWithThreeDigitYears

        public void shouldNotAdjustLocalDateWithThreeDigitYears()
      • shouldNotAdjustLocalDateTimeWithThreeDigitYears

        public void shouldNotAdjustLocalDateTimeWithThreeDigitYears()
      • testJsonValues

        public void testJsonValues()
      • testSkipInvalidJsonValues

        @FixFor("DBZ-2563")
        public void testSkipInvalidJsonValues()
      • testErrorOnInvalidJsonValues

        @FixFor("DBZ-2563")
        public void testErrorOnInvalidJsonValues()
      • testFallbackDecimalValueScale

        @FixFor("DBC-3371")
        public void testFallbackDecimalValueScale()
      • localDateWithYear

        protected LocalDate localDateWithYear​(int year)
      • localDateTimeWithYear

        protected LocalDateTime localDateTimeWithYear​(int year)