Package | Description |
---|---|
com.asakusafw.testdriver.windgate |
Moderates test input/result using WindGate.
|
com.asakusafw.vocabulary.windgate |
Asakusa DSL vocabularies extensions for WindGate.
|
Modifier and Type | Method and Description |
---|---|
<V> ModelOutput<V> |
WindGateExporterRetriever.createOutput(DataModelDefinition<V> definition,
WindGateExporterDescription description,
TestContext context) |
static <T> ProcessScript<T> |
WindGateTestHelper.createProcessScript(Class<T> modelType,
WindGateExporterDescription description)
Creates a new
ProcessScript for testing. |
<V> DataModelSource |
WindGateExporterRetriever.createSource(DataModelDefinition<V> definition,
WindGateExporterDescription description,
TestContext context) |
void |
WindGateExporterRetriever.truncate(WindGateExporterDescription description,
TestContext context) |
Modifier and Type | Class and Description |
---|---|
class |
FsExporterDescription
An abstract super class that describes exporter process using Local FS/WindGate.
|
class |
JdbcExporterDescription
An abstract super class that describes exporter process using JDBC/WindGate.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.