| Package | Description |
|---|---|
| org.unitils.dbunit.dataset | |
| org.unitils.dbunit.dataset.comparison | |
| org.unitils.dbunit.util |
| Modifier and Type | Method and Description |
|---|---|
Table |
Schema.getTable(String tableName)
Gets the table for the given name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
Schema.getTables() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SchemaFactory.addRows(org.dbunit.dataset.ITable dbUnitTable,
Table table,
List<String> primaryKeyColumnNames)
Adds the rows of the DbUnit table to the given table.
|
void |
Schema.addTable(Table table)
Adds a table to the schema.
|
TableDifference |
Table.compare(Table actualTable)
Compares the table with the given actual table.
|
protected void |
Table.compareRows(List<Row> rows,
Table actualTable,
TableDifference result)
Compares the given rows with the columns of the actual table.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
TableDifference.getActualTable() |
Table |
TableDifference.getTable() |
| Modifier and Type | Method and Description |
|---|---|
List<Table> |
SchemaDifference.getMissingTables() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaDifference.addMissingTable(Table table)
Adds a table that was not found in the actual schema
|
| Constructor and Description |
|---|
TableDifference(Table table,
Table actualTable)
Creates a table difference.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataSetAssert.appendTableName(Schema schema,
Table table,
StringBuilder result)
Appends the schema and table name to the result
|
Copyright © 2017. All rights reserved.