|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataSetFactory
Factory for creating DbUnit data sets.
| Method Summary | |
|---|---|
MultiSchemaDataSet |
createDataSet(File... dataSetFiles)
Creates a MultiSchemaDataSet using the given file. |
String |
getDataSetFileExtension()
|
void |
init(Properties configuration,
String defaultSchemaName)
Initializes this DataSetFactory |
| Method Detail |
|---|
void init(Properties configuration,
String defaultSchemaName)
configuration - The configuration, not nulldefaultSchemaName - The name of the default schema of the test database, not nullMultiSchemaDataSet createDataSet(File... dataSetFiles)
MultiSchemaDataSet using the given file.
dataSetFiles - The dataset files, not null
MultiSchemaDataSet containing the datasets per schema, not nullString getDataSetFileExtension()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||