Package io.debezium.relational.history
Class MemorySchemaHistoryTest
java.lang.Object
io.debezium.relational.history.AbstractSchemaHistoryTest<C>
io.debezium.relational.history.AbstractMemorySchemaHistoryTest<io.debezium.connector.mariadb.MariaDbConnector>
io.debezium.relational.history.MemorySchemaHistoryTest
public class MemorySchemaHistoryTest
extends AbstractMemorySchemaHistoryTest<io.debezium.connector.mariadb.MariaDbConnector>
- Author:
- Chris Cranford
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.debezium.relational.history.AbstractMemorySchemaHistoryTest
createHistoryMethods inherited from class io.debezium.relational.history.AbstractSchemaHistoryTest
afterEach, beforeEach, position, record, recover, server, shouldRecordChangesAndRecoverToVariousPoints
-
Constructor Details
-
MemorySchemaHistoryTest
public MemorySchemaHistoryTest()
-
-
Method Details
-
getDdlParser
protected io.debezium.relational.ddl.DdlParser getDdlParser()- Specified by:
getDdlParserin classAbstractSchemaHistoryTest<io.debezium.connector.mariadb.MariaDbConnector>
-