Package io.debezium.relational.history
Class AbstractDatabaseHistoryTest
java.lang.Object
io.debezium.relational.history.AbstractDatabaseHistoryTest
- Direct Known Subclasses:
FileDatabaseHistoryTest,MemoryDatabaseHistoryTest
- Author:
- Randall Hauch
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidprotected abstract DatabaseHistoryprotected voidprotected Tablesrecover(long pos, int entry) void
-
Field Details
-
history
-
source1
-
source2
-
tables
-
t0
-
t1
-
t2
-
t3
-
t4
-
all
-
parser
-
-
Constructor Details
-
AbstractDatabaseHistoryTest
public AbstractDatabaseHistoryTest()
-
-
Method Details
-
beforeEach
public void beforeEach() -
afterEach
public void afterEach() -
createHistory
-
server
-
position
-
record
-
recover
-
shouldRecordChangesAndRecoverToVariousPoints
public void shouldRecordChangesAndRecoverToVariousPoints()
-