Class JdbcSinkInsertModeIT
java.lang.Object
io.debezium.connector.jdbc.integration.AbstractJdbcSinkTest
io.debezium.connector.jdbc.integration.AbstractJdbcSinkInsertModeTest
io.debezium.connector.jdbc.integration.sqlserver.JdbcSinkInsertModeIT
@Tag("all") @Tag("it") @Tag("it-sqlserver")
@ExtendWith(SqlServerSinkDatabaseContextProvider.class)
public class JdbcSinkInsertModeIT
extends AbstractJdbcSinkInsertModeTest
Insert Mode tests for MS SQL Server.
- Author:
- Chris Cranford
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.connector.jdbc.integration.AbstractJdbcSinkInsertModeTest
testInsertModeInsertWithNoPrimaryKey, testInsertModeInsertWithPrimaryKeyModeKafka, testInsertModeInsertWithPrimaryKeyModeRecordKey, testInsertModeInsertWithPrimaryKeyModeRecordValue, testInsertModeUpdateWithNoPrimaryKey, testInsertModeUpdateWithPrimaryKeyModeKafka, testInsertModeUpdateWithPrimaryKeyModeRecordKey, testInsertModeUpdateWithPrimaryKeyModeRecordValue, testInsertModeUpsertWithNoPrimaryKey, testInsertModeUpsertWithPrimaryKeyModeKafka, testInsertModeUpsertWithPrimaryKeyModeRecordKey, testInsertModeUpsertWithPrimaryKeyModeRecordValueMethods inherited from class io.debezium.connector.jdbc.integration.AbstractJdbcSinkTest
afterEach, assertSinkConnectorIsRunning, consume, consume, dataSource, destinationTableName, getConfig, getDefaultSinkConfig, getSink, randomTableName, startSinkConnector, stopSinkConnector, topicName
-
Constructor Details
-
JdbcSinkInsertModeIT
-