public class HistoryRecordTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Object> |
position1 |
private Map<String,Object> |
position2 |
private Map<String,Object> |
position3 |
private io.debezium.relational.history.HistoryRecord |
record1 |
private io.debezium.relational.history.HistoryRecord |
record2 |
private io.debezium.relational.history.HistoryRecord |
record3 |
private Map<String,Object> |
source1 |
private Map<String,Object> |
source2 |
private Map<String,Object> |
source3 |
| Constructor and Description |
|---|
HistoryRecordTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeEach() |
void |
shouldConsiderOneDatabaseTheSame() |
void |
shouldConsiderOneSourceTheSame() |
void |
shouldConsiderTwoDifferentDatabasesNotSame() |
void |
shouldConsiderTwoDifferentSourcesNotSame() |
void |
shouldConsiderTwoDifferentSourcesTheSame() |
void |
shouldCorrectlyComparePositions() |
private io.debezium.relational.history.HistoryRecord record1
private io.debezium.relational.history.HistoryRecord record2
private io.debezium.relational.history.HistoryRecord record3
public void beforeEach()
public void shouldConsiderOneSourceTheSame()
public void shouldConsiderTwoDifferentSourcesNotSame()
public void shouldConsiderTwoDifferentSourcesTheSame()
public void shouldConsiderOneDatabaseTheSame()
public void shouldConsiderTwoDifferentDatabasesNotSame()
public void shouldCorrectlyComparePositions()
Copyright © 2017 JBoss by Red Hat. All rights reserved.