| Package | Description |
|---|---|
| org.unitils.dbunit.dataset | |
| org.unitils.dbunit.dataset.comparison |
| Modifier and Type | Method and Description |
|---|---|
RowDifference |
Row.compare(Row actualRow)
Compares the row with the given actual row.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Row.compareColumns(List<Column> columns,
Row actualRow,
RowDifference result)
Compares the given columns with the columns of the actual row.
|
| Modifier and Type | Method and Description |
|---|---|
RowDifference |
TableDifference.getBestRowDifference(Row row) |
| Modifier and Type | Method and Description |
|---|---|
List<RowDifference> |
TableDifference.getBestRowDifferences() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RowDifference.isBetterMatch(RowDifference rowComparison) |
void |
TableDifference.setIfBestRowDifference(RowDifference rowDifference)
Sets the given difference as best row difference if it is better than the current best row difference.
|
Copyright © 2017. All rights reserved.