|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataSetFactory | |
|---|---|
| org.unitils.dbunit | |
| org.unitils.dbunit.datasetfactory.impl | |
| Uses of DataSetFactory in org.unitils.dbunit |
|---|
| Methods in org.unitils.dbunit that return DataSetFactory | |
|---|---|
protected DataSetFactory |
DbUnitModule.getDataSetFactory(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass,
java.lang.reflect.Method testMethod,
java.lang.Class<?> testClass)
Get the configured DataSetFactory for the given method |
protected DataSetFactory |
DbUnitModule.getDataSetFactory(java.lang.Class<? extends DataSetFactory> dataSetFactoryClass)
Creates and initializes a data set factory of the given type. |
protected DataSetFactory |
DbUnitModule.getDefaultDataSetFactory()
|
| Methods in org.unitils.dbunit with parameters of type DataSetFactory | |
|---|---|
protected MultiSchemaDataSet |
DbUnitModule.getDataSet(java.lang.Class<?> testClass,
java.lang.String[] dataSetFileNames,
DataSetFactory dataSetFactory)
Creates the dataset for the given file. |
| Method parameters in org.unitils.dbunit with type arguments of type DataSetFactory | |
|---|---|
protected DataSetFactory |
DbUnitModule.getDataSetFactory(java.lang.Class<? extends DataSetFactory> dataSetFactoryClass)
Creates and initializes a data set factory of the given type. |
static void |
DbUnitUnitils.insertDataSet(java.io.File dataSetFile,
java.lang.Class<? extends DataSetFactory> dataSetFactoryClass,
java.lang.Class<? extends DataSetLoadStrategy> dataSetLoadStrategyClass)
Inserts the test data coming from the given DbUnit dataset file. |
void |
DbUnitModule.insertDataSet(java.io.File dataSetFile,
java.lang.Class<? extends DataSetFactory> dataSetFactoryClass,
java.lang.Class<? extends DataSetLoadStrategy> dataSetLoadStrategyClass)
Inserts the test data coming from the given DbUnit dataset file. |
| Uses of DataSetFactory in org.unitils.dbunit.datasetfactory.impl |
|---|
| Classes in org.unitils.dbunit.datasetfactory.impl that implement DataSetFactory | |
|---|---|
class |
MultiSchemaXmlDataSetFactory
A data set factory that can handle data set definitions for multiple database schemas. |
class |
ResourceMultiSchemaXmlDataSetFactory
ResourceMultiSchemaXmlDataSetFactory - A factory to create datasets for ResourceDataSet and ExpectedResourceDataSet . |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||