|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableDifference | |
|---|---|
| org.unitils.dbunit.dataset | |
| org.unitils.dbunit.dataset.comparison | |
| org.unitils.dbunit.util | |
| Uses of TableDifference in org.unitils.dbunit.dataset |
|---|
| Methods in org.unitils.dbunit.dataset that return TableDifference | |
|---|---|
TableDifference |
Table.compare(Table actualTable)
Compares the table with the given actual table. |
| Methods in org.unitils.dbunit.dataset with parameters of type TableDifference | |
|---|---|
protected void |
Table.compareRows(List<Row> rows,
Table actualTable,
TableDifference result)
Compares the given rows with the columns of the actual table. |
| Uses of TableDifference in org.unitils.dbunit.dataset.comparison |
|---|
| Methods in org.unitils.dbunit.dataset.comparison that return types with arguments of type TableDifference | |
|---|---|
List<TableDifference> |
SchemaDifference.getTableDifferences()
|
| Methods in org.unitils.dbunit.dataset.comparison with parameters of type TableDifference | |
|---|---|
void |
SchemaDifference.addTableDifference(TableDifference tableDifference)
Adds a result of a table comparison |
| Uses of TableDifference in org.unitils.dbunit.util |
|---|
| Methods in org.unitils.dbunit.util with parameters of type TableDifference | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||