public abstract class DataModelSourceFactory extends Object
DataModelSource.| Constructor and Description |
|---|
DataModelSourceFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> DataModelSource |
createSource(DataModelDefinition<T> definition,
TestContext context)
Creates a new source.
|
public abstract <T> DataModelSource createSource(DataModelDefinition<T> definition, TestContext context) throws IOException
T - type of data modeldefinition - the data model definitioncontext - the current testing contextIOException - if failed to create a sink objectIllegalArgumentException - if some parameters were nullCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.