public class DocumentTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private io.debezium.document.Document |
doc |
private Map<io.debezium.document.Path,io.debezium.document.Value> |
found |
private Iterator<Map.Entry<io.debezium.document.Path,io.debezium.document.Value>> |
iterator |
| Constructor and Description |
|---|
DocumentTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertNoMore(Iterator<Map.Entry<io.debezium.document.Path,io.debezium.document.Value>> iterator) |
protected void |
assertPair(Iterator<Map.Entry<io.debezium.document.Path,io.debezium.document.Value>> iterator,
String path,
Object value) |
void |
beforeEach() |
void |
shouldPerformForEachOnFlatDocument() |
private io.debezium.document.Document doc
private Map<io.debezium.document.Path,io.debezium.document.Value> found
Copyright © 2016 JBoss by Red Hat. All rights reserved.