public class TableSchemaBuilderTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private io.debezium.util.SchemaNameAdjuster |
adjuster |
private io.debezium.relational.Column |
c1 |
private io.debezium.relational.Column |
c2 |
private io.debezium.relational.Column |
c3 |
private io.debezium.relational.Column |
c4 |
private io.debezium.relational.Column |
c5 |
private io.debezium.relational.Column |
c6 |
private Object[] |
data |
private io.debezium.relational.TableId |
id |
private String |
prefix |
private io.debezium.relational.TableSchema |
schema |
private io.debezium.relational.Table |
table |
| Constructor and Description |
|---|
TableSchemaBuilderTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeEach() |
void |
checkPreconditions() |
void |
shouldBuildCorrectSchemaNames() |
void |
shouldBuildTableSchemaFromTable() |
void |
shouldBuildTableSchemaFromTableWithoutPrimaryKey() |
void |
shouldFailToBuildTableSchemaFromNullTable() |
private final String prefix
private final io.debezium.relational.TableId id
private final Object[] data
private io.debezium.relational.Table table
private io.debezium.relational.Column c1
private io.debezium.relational.Column c2
private io.debezium.relational.Column c3
private io.debezium.relational.Column c4
private io.debezium.relational.Column c5
private io.debezium.relational.Column c6
private io.debezium.relational.TableSchema schema
private io.debezium.util.SchemaNameAdjuster adjuster
public void beforeEach()
public void checkPreconditions()
public void shouldFailToBuildTableSchemaFromNullTable()
public void shouldBuildTableSchemaFromTable()
public void shouldBuildTableSchemaFromTableWithoutPrimaryKey()
Copyright © 2019 JBoss by Red Hat. All rights reserved.