|
||||||||||
| 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(java.io.File... dataSetFiles)
Creates a MultiSchemaDataSet using the given file. |
java.lang.String |
getDataSetFileExtension()
|
void |
init(java.util.Properties configuration,
java.lang.String defaultSchemaName)
Initializes this DataSetFactory |
| Method Detail |
|---|
void init(java.util.Properties configuration,
java.lang.String defaultSchemaName)
configuration - The configuration, not nulldefaultSchemaName - The name of the default schema of the test database, not nullMultiSchemaDataSet createDataSet(java.io.File... dataSetFiles)
MultiSchemaDataSet using the given file.
dataSetFiles - The dataset files, not null
MultiSchemaDataSet containing the datasets per schema, not nulljava.lang.String getDataSetFileExtension()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||