Package io.debezium.connector.mysql
Class MySqlValueConvertersTest
java.lang.Object
io.debezium.connector.mysql.MySqlValueConvertersTest
- Author:
- Randall Hauch
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final TemporalAdjusterprivate static final byte[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LocalDateTimelocalDateTimeWithYear(int year) protected LocalDatelocalDateWithYear(int year) voidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
ADJUSTER
-
INVALID_JSON
private static final byte[] INVALID_JSON
-
-
Constructor Details
-
MySqlValueConvertersTest
public MySqlValueConvertersTest()
-
-
Method Details
-
shouldAdjustLocalDateWithTwoDigitYears
public void shouldAdjustLocalDateWithTwoDigitYears() -
shouldAdjustLocalDateTimeWithTwoDigitYears
public void shouldAdjustLocalDateTimeWithTwoDigitYears() -
shouldNotAdjustLocalDateWithThreeDigitYears
public void shouldNotAdjustLocalDateWithThreeDigitYears() -
shouldNotAdjustLocalDateTimeWithThreeDigitYears
public void shouldNotAdjustLocalDateTimeWithThreeDigitYears() -
testJsonValues
public void testJsonValues() -
testSkipInvalidJsonValues
-
testErrorOnInvalidJsonValues
-
testFallbackDecimalValueScale
-
localDateWithYear
-
localDateTimeWithYear
-