public class DataSetComparator extends Object
| Constructor and Description |
|---|
DataSetComparator(String... columnsToExclude) |
| Modifier and Type | Method and Description |
|---|---|
void |
compare(org.dbunit.dataset.IDataSet currentDataSet,
org.dbunit.dataset.IDataSet expectedDataSet,
AssertionErrorCollector errorCollector) |
void |
shouldBeEmpty(org.dbunit.dataset.IDataSet dataSet,
AssertionErrorCollector errorCollector) |
void |
shouldBeEmpty(String tableName,
org.dbunit.dataset.IDataSet dataSet,
AssertionErrorCollector errorCollector) |
public DataSetComparator(String... columnsToExclude)
public void compare(org.dbunit.dataset.IDataSet currentDataSet,
org.dbunit.dataset.IDataSet expectedDataSet,
AssertionErrorCollector errorCollector)
throws org.dbunit.DatabaseUnitException
org.dbunit.DatabaseUnitExceptionpublic void shouldBeEmpty(org.dbunit.dataset.IDataSet dataSet,
AssertionErrorCollector errorCollector)
throws org.dbunit.DatabaseUnitException
org.dbunit.DatabaseUnitExceptionpublic void shouldBeEmpty(String tableName, org.dbunit.dataset.IDataSet dataSet, AssertionErrorCollector errorCollector) throws org.dbunit.dataset.DataSetException
org.dbunit.dataset.DataSetExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.