public class GtidSetTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private io.debezium.connector.mysql.GtidSet |
gtids |
private static String |
UUID1 |
| Constructor and Description |
|---|
GtidSetTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
asertFirstInterval(String uuid,
int start,
int end) |
protected void |
asertIntervalCount(String uuid,
int count) |
protected void |
asertIntervalExists(String uuid,
int start,
int end) |
protected void |
asertLastInterval(String uuid,
int start,
int end) |
protected boolean |
hasInterval(String uuid,
int start,
int end) |
void |
shouldCollapseAdjacentIntervals() |
void |
shouldCorrectlyDetermineIfComplexGtidSetIsContainedWithinAnother() |
void |
shouldCorrectlyDetermineIfComplexGtidSetWithVariousLineSeparatorsIsContainedWithinAnother() |
void |
shouldCorrectlyDetermineIfSimpleGtidSetIsContainedWithinAnother() |
void |
shouldCreateSetWithSingleInterval() |
void |
shouldCreateWithMultipleIntervals() |
void |
shouldCreateWithMultipleIntervalsThatMayBeAdjacent() |
void |
shouldFilterServerUuids() |
void |
shouldNotCollapseNonAdjacentIntervals() |
private static final String UUID1
private io.debezium.connector.mysql.GtidSet gtids
public void shouldCreateSetWithSingleInterval()
public void shouldCollapseAdjacentIntervals()
public void shouldNotCollapseNonAdjacentIntervals()
public void shouldCreateWithMultipleIntervals()
public void shouldCreateWithMultipleIntervalsThatMayBeAdjacent()
public void shouldCorrectlyDetermineIfSimpleGtidSetIsContainedWithinAnother()
public void shouldCorrectlyDetermineIfComplexGtidSetIsContainedWithinAnother()
public void shouldCorrectlyDetermineIfComplexGtidSetWithVariousLineSeparatorsIsContainedWithinAnother()
public void shouldFilterServerUuids()
protected void asertIntervalCount(String uuid, int count)
protected void asertIntervalExists(String uuid, int start, int end)
protected void asertFirstInterval(String uuid, int start, int end)
protected void asertLastInterval(String uuid, int start, int end)
protected boolean hasInterval(String uuid, int start, int end)
Copyright © 2020 JBoss by Red Hat. All rights reserved.