public interface DataSetFactory
| Modifier and Type | Method and Description |
|---|---|
MultiSchemaDataSet |
createDataSet(File... dataSetFiles)
Creates a
MultiSchemaDataSet using the given file. |
String |
getDataSetFileExtension() |
void |
init(Properties configuration,
String defaultSchemaName)
Initializes this DataSetFactory
|
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 nullMultiSchemaDataSet containing the datasets per schema, not nullString getDataSetFileExtension()
Copyright © 2017. All rights reserved.