Arquillian Persistence Extension Implementation 1.0.0.Alpha4

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

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

public class DataSetComparator
extends Object


Constructor Summary
DataSetComparator(String... columnsToExclude)
           
 
Method Summary
 void compare(org.dbunit.dataset.IDataSet currentDataSet, org.dbunit.dataset.IDataSet expectedDataSet, AssertionErrorCollector errorCollector)
           
 void shouldBeEmpty(org.dbunit.dataset.IDataSet dataSet, AssertionErrorCollector errorCollector)
           
 void shouldBeEmpty(String tableName, org.dbunit.dataset.IDataSet dataSet, AssertionErrorCollector errorCollector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSetComparator

public DataSetComparator(String... columnsToExclude)
Method Detail

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

Arquillian Persistence Extension Implementation 1.0.0.Alpha4

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