| Package | Description |
|---|---|
| org.unitils.dbunit.dataset | |
| org.unitils.dbunit.dataset.comparison | |
| org.unitils.dbunit.util |
| Modifier and Type | Method and Description |
|---|---|
TableDifference |
Table.compare(Table actualTable)
Compares the table with the given actual table.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
List<TableDifference> |
SchemaDifference.getTableDifferences() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaDifference.addTableDifference(TableDifference tableDifference)
Adds a result of a table comparison
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataSetAssert.appendBestRowDifferences(TableDifference tableDifference,
StringBuilder result)
Appends the best matching row differences of the given table difference to the result
|
protected void |
DataSetAssert.appendMissingRowDifferences(TableDifference tableDifference,
StringBuilder result)
Appends the missing rows of the given table difference to the result
|
Copyright © 2016. All Rights Reserved.