| Package | Description |
|---|---|
| org.unitils.dbunit |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,List<DataSet>> |
DbUnitModule.getDataSetsSorted(DataSets dataSets) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2017. All rights reserved.