public class DataSetComparator extends Object
| Constructor and Description |
|---|
DataSetComparator(String[] orderBy,
String[] toExclude,
Set<Class<? extends org.dbunit.dataset.filter.IColumnFilter>> columnFilters) |
| Modifier and Type | Method and Description |
|---|---|
void |
compare(org.dbunit.dataset.IDataSet currentDataSet,
org.dbunit.dataset.IDataSet expectedDataSet,
AssertionErrorCollector errorCollector) |
void |
compareContent(org.dbunit.dataset.IDataSet currentDataSet,
org.dbunit.dataset.IDataSet expectedDataSet,
AssertionErrorCollector errorCollector) |
void |
shouldBeEmpty(org.dbunit.dataset.IDataSet dataSet,
AssertionErrorCollector errorCollector) |
void |
shouldBeEmpty(org.dbunit.dataset.IDataSet dataSet,
String tableName,
AssertionErrorCollector errorCollector) |
public void compare(org.dbunit.dataset.IDataSet currentDataSet,
org.dbunit.dataset.IDataSet expectedDataSet,
AssertionErrorCollector errorCollector)
throws org.dbunit.DatabaseUnitException
org.dbunit.DatabaseUnitExceptionpublic void compareContent(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(org.dbunit.dataset.IDataSet dataSet,
String tableName,
AssertionErrorCollector errorCollector)
throws org.dbunit.dataset.DataSetException
org.dbunit.dataset.DataSetExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.