Package | Description |
---|---|
org.dbunit | |
org.dbunit.assertion |
Modifier and Type | Method and Description |
---|---|
static void |
Assertion.assertEquals(IDataSet expectedDataSet,
IDataSet actualDataSet,
FailureHandler failureHandler) |
static void |
Assertion.assertEquals(ITable expectedTable,
ITable actualTable,
FailureHandler failureHandler) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFailureHandler
Default implementation of the
FailureHandler . |
class |
DiffCollectingFailureHandler
A
FailureHandler that collects the Difference s that
were found without throwing an exception. |
Modifier and Type | Method and Description |
---|---|
protected FailureHandler |
DbUnitAssert.getDefaultFailureHandler() |
protected FailureHandler |
DbUnitAssert.getDefaultFailureHandler(Column[] additionalColumnInfo) |
Modifier and Type | Method and Description |
---|---|
void |
DbUnitAssert.assertEquals(IDataSet expectedDataSet,
IDataSet actualDataSet,
FailureHandler failureHandler)
Asserts that the two specified dataset are equals.
|
void |
DbUnitAssert.assertEquals(ITable expectedTable,
ITable actualTable,
FailureHandler failureHandler)
Asserts that the two specified tables are equals.
|
protected void |
DbUnitAssert.compareData(ITable expectedTable,
ITable actualTable,
DbUnitAssert.ComparisonColumn[] comparisonCols,
FailureHandler failureHandler) |
protected DbUnitAssert.ComparisonColumn[] |
DbUnitAssert.getComparisonColumns(String expectedTableName,
Column[] expectedColumns,
Column[] actualColumns,
FailureHandler failureHandler) |
Constructor and Description |
---|
ComparisonColumn(String tableName,
Column expectedColumn,
Column actualColumn,
FailureHandler failureHandler) |
SimpleAssert(FailureHandler failureHandler) |
Copyright © 2002–2016. All rights reserved.