Arquillian Persistence Extension Implementation 1.0.0.Alpha2

org.jboss.arquillian.persistence.data.dbunit
Class DataSetUtils

java.lang.Object
  extended by org.jboss.arquillian.persistence.data.dbunit.DataSetUtils

public class DataSetUtils
extends Object


Constructor Summary
DataSetUtils()
           
 
Method Summary
static String[] columnsNotSpecifiedInExpectedDataSet(org.dbunit.dataset.ITable expectedTableState, org.dbunit.dataset.ITable currentTableState)
           
static org.dbunit.dataset.IDataSet mergeDataSets(List<org.dbunit.dataset.IDataSet> dataSets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSetUtils

public DataSetUtils()
Method Detail

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

Arquillian Persistence Extension Implementation 1.0.0.Alpha2

Copyright © 2011 JBoss by Red Hat. All Rights Reserved.