Package io.debezium.connector.jdbc
Class JdbcSinkConnectorConfigTest
java.lang.Object
io.debezium.connector.jdbc.JdbcSinkConnectorConfigTest
Unit tests for the
JdbcSinkConnectorConfig class.- Author:
- Chris Cranford
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
JdbcSinkConnectorConfigTest
public JdbcSinkConnectorConfigTest()
-
-
Method Details
-
testMissingRequiredConfigurationPropertiesFail
@Test public void testMissingRequiredConfigurationPropertiesFail() -
testNonDefaultInsertModeProperty
@Test public void testNonDefaultInsertModeProperty() -
testNonDefaultDeleteEnabledPropertyWithPrimaryKeyModeNotRecordKey
@Test public void testNonDefaultDeleteEnabledPropertyWithPrimaryKeyModeNotRecordKey() -
testNonDefaultDeleteEnabledPropertyWithPrimaryKeyModeRecordKey
@Test public void testNonDefaultDeleteEnabledPropertyWithPrimaryKeyModeRecordKey() -
testNonDefaultTableNameFormatProperty
@Test public void testNonDefaultTableNameFormatProperty() -
testNonDefaultPrimaryKeyModeProperty
@Test public void testNonDefaultPrimaryKeyModeProperty() -
testNonDefaultPrimaryKeyFieldsProperty
@Test public void testNonDefaultPrimaryKeyFieldsProperty() -
testNonDefaultSqlSelverIdentityTableNamesProperty
@Test public void testNonDefaultSqlSelverIdentityTableNamesProperty()
-