Uses of Class
org.unitils.dbunit.annotation.ExpectedDataSet

Packages that use ExpectedDataSet
org.unitils.dbunit   
 

Uses of ExpectedDataSet in org.unitils.dbunit
 

Methods in org.unitils.dbunit with parameters of type ExpectedDataSet
 void DbUnitModule.assertExpectedDataSets(ExpectedDataSet expectedDataSetAnnotation, java.lang.Object testObject, java.lang.reflect.Method testMethod)
           
 MultiSchemaDataSet DbUnitModule.getExpectedDataSet(ExpectedDataSet expectedDataSetAnnotation, java.lang.reflect.Method testMethod, java.lang.Object testObject)
          Returns the MultiSchemaDataSet that represents the state of a number of database tables after the given Method has been executed.
 



Copyright © 2014. All Rights Reserved.