org.jboss.arquillian.persistence.data.dbunit
Class DataSetComparator
java.lang.Object
org.jboss.arquillian.persistence.data.dbunit.DataSetComparator
public class DataSetComparator
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSetComparator
public DataSetComparator(String... columnsToExclude)
compare
public void compare(org.dbunit.dataset.IDataSet currentDataSet,
org.dbunit.dataset.IDataSet expectedDataSet,
AssertionErrorCollector errorCollector)
throws org.dbunit.DatabaseUnitException
- Throws:
org.dbunit.DatabaseUnitException
shouldBeEmpty
public void shouldBeEmpty(org.dbunit.dataset.IDataSet dataSet,
AssertionErrorCollector errorCollector)
throws org.dbunit.DatabaseUnitException
- Throws:
org.dbunit.DatabaseUnitException
shouldBeEmpty
public void shouldBeEmpty(String tableName,
org.dbunit.dataset.IDataSet dataSet,
AssertionErrorCollector errorCollector)
throws org.dbunit.dataset.DataSetException
- Throws:
org.dbunit.dataset.DataSetException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.