public class DataSetComparator extends Object
| Constructor and Description |
|---|
DataSetComparator(String[] orderBy,
String[] toExclude,
boolean isStrict,
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) |
public void compare(org.dbunit.dataset.IDataSet currentDataSet,
org.dbunit.dataset.IDataSet expectedDataSet,
AssertionErrorCollector errorCollector)
throws org.dbunit.DatabaseUnitException
org.dbunit.DatabaseUnitExceptionCopyright © 2016–2018. All rights reserved.