| Package | Description |
|---|---|
| org.unitils.dbunit.dataset | |
| org.unitils.dbunit.dataset.comparison | |
| org.unitils.dbunit.util |
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
Table.getRows() |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addRow(Row row)
Adds a data set row
|
RowDifference |
Row.compare(Row actualRow)
Compares the row with the given actual row.
|
protected void |
Row.compareColumns(List<Column> columns,
Row actualRow,
RowDifference result)
Compares the given columns with the columns of the actual row.
|
boolean |
Row.hasDifferentPrimaryKeyColumns(Row actualRow) |
| 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 |
|---|---|
Row |
RowDifference.getActualRow() |
Row |
RowDifference.getRow() |
| Modifier and Type | Method and Description |
|---|---|
List<Row> |
TableDifference.getMissingRows() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableDifference.addMissingRow(Row missingRow)
Adds a rows for which no other row was found in the actual table.
|
RowDifference |
TableDifference.getBestRowDifference(Row row) |
void |
TableDifference.setMatchingRow(Row row,
Row actualRow)
Indicates a match for the given row.
|
| Constructor and Description |
|---|
RowDifference(Row row,
Row actualRow)
Create a row difference.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataSetAssert.appendColumnNames(Row row,
StringBuilder result)
Appends the column names of the given row to the result
|
protected void |
DataSetAssert.appendRow(Row row,
StringBuilder result)
Appends the values of the given row to the result
|
Copyright © 2016. All Rights Reserved.