|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 Map<String,List<DataSet>> |
DbUnitModule.getDataSetsSorted(DataSets dataSets)
|
| Methods in org.unitils.dbunit with parameters of type DataSet | |
|---|---|
MultiSchemaDataSet |
DbUnitModule.getDataSet(DataSet dataSet,
Method testMethod,
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(Method testMethod,
Class<?> testClass,
DataSet dataSet)
Creates the DbUnit dataset operation for loading a data set for the given method. |
void |
DbUnitModule.insertDataSet(DataSet dataset,
Object testObject,
Method testMethod)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||