org.jboss.arquillian.persistence.data.dbunit
Class DataSetUtils
java.lang.Object
org.jboss.arquillian.persistence.data.dbunit.DataSetUtils
public class DataSetUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSetUtils
public DataSetUtils()
mergeDataSets
public static org.dbunit.dataset.IDataSet mergeDataSets(List<org.dbunit.dataset.IDataSet> dataSets)
throws org.dbunit.dataset.DataSetException
- Throws:
org.dbunit.dataset.DataSetException
columnsNotSpecifiedInExpectedDataSet
public static String[] columnsNotSpecifiedInExpectedDataSet(org.dbunit.dataset.ITable expectedTableState,
org.dbunit.dataset.ITable currentTableState)
throws org.dbunit.dataset.DataSetException
- Throws:
org.dbunit.dataset.DataSetException
Copyright © 2011 JBoss by Red Hat. All Rights Reserved.