| Package | Description |
|---|---|
| org.unitils.dbunit.dataset | |
| org.unitils.dbunit.dataset.comparison |
| Modifier and Type | Method and Description |
|---|---|
Column |
Row.getColumn(String columnName)
Gets the column for the given name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
Row.getColumns() |
List<Column> |
Row.getPrimaryKeyColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
Row.addColumn(Column column)
Adds a column to the row.
|
void |
Row.addPrimaryKeyColumn(Column primaryKeyColumn)
Adds a column to the row.
|
ColumnDifference |
Column.compare(Column actualColumn)
Compares the column with the given actual column.
|
| 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 |
|---|---|
Column |
ColumnDifference.getActualColumn() |
Column |
ColumnDifference.getColumn() |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
RowDifference.getMissingColumns() |
| Modifier and Type | Method and Description |
|---|---|
void |
RowDifference.addMissingColumn(Column column)
Adds a column that was not found in the actual row
|
| Constructor and Description |
|---|
ColumnDifference(Column column,
Column actualColumn)
Creates a column difference.
|
Copyright © 2016. All Rights Reserved.