Class JdbcSinkConnectorConfigTest

java.lang.Object
io.debezium.connector.jdbc.JdbcSinkConnectorConfigTest

@Tag("UnitTests") public class JdbcSinkConnectorConfigTest extends Object
Unit tests for the JdbcSinkConnectorConfig class.
Author:
Chris Cranford
  • 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()