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

Packages that use DataSet
org.unitils.dbunit   
 

Uses of DataSet in org.unitils.dbunit
 

Methods in org.unitils.dbunit that return types with arguments of type DataSet
protected  java.util.Map<java.lang.String,java.util.List<DataSet>> DbUnitModule.getDataSetsSorted(DataSets dataSets)
           
 

Methods in org.unitils.dbunit with parameters of type DataSet
 MultiSchemaDataSet DbUnitModule.getDataSet(DataSet dataSet, java.lang.reflect.Method testMethod, java.lang.Class<?> testClass)
          Using the values of the method-level or class-level DataSet annotations, returns the data set for the given test method.
protected  DataSetLoadStrategy DbUnitModule.getDataSetLoadStrategy(java.lang.reflect.Method testMethod, java.lang.Class<?> testClass, DataSet dataSet)
          Creates the DbUnit dataset operation for loading a data set for the given method.
 void DbUnitModule.insertDataSet(DataSet dataset, java.lang.Object testObject, java.lang.reflect.Method testMethod)
           
 



Copyright © 2014. All Rights Reserved.