public class DataSetComparator extends Object
| Constructor and Description |
|---|
DataSetComparator(String[] orderBy,
String[] toExclude) |
| 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.dataset.DataSetException,
org.dbunit.DatabaseUnitException
org.dbunit.dataset.DataSetExceptionorg.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 © 2013 JBoss by Red Hat. All Rights Reserved.