Package | Description |
---|---|
com.asakusafw.testdriver |
Test driver classes.
|
com.asakusafw.testdriver.compiler |
Asakusa DSL TestKit Compiler API.
|
com.asakusafw.testdriver.compiler.basic |
Basic implementations of Asakusa DSL TestKit Compiler.
|
com.asakusafw.testdriver.core |
Core classes of test moderator.
|
com.asakusafw.testdriver.tools.runner |
Asakusa batch application runner using test driver facilities.
|
com.asakusafw.vocabulary.directio |
Asakusa DSL vocabularies extensions for Direct I/O.
|
com.asakusafw.vocabulary.flow.graph |
Internal graphical representation of Flow DSL.
|
com.asakusafw.vocabulary.windgate |
Asakusa DSL vocabularies extensions for WindGate.
|
Modifier and Type | Method and Description |
---|---|
protected Map<ImporterDescription,DataModelSourceFactory> |
TesterBase.getExternalResources()
Returns initial data providers for the external resources.
|
Modifier and Type | Method and Description |
---|---|
void |
TesterBase.putExternalResource(ImporterDescription importer,
DataModelSourceFactory source)
Puts initial data for the external resource.
|
Modifier and Type | Method and Description |
---|---|
PortMirror<? extends ImporterDescription> |
JobflowMirror.findInput(String name)
Returns an input of this jobflow.
|
Collection<? extends PortMirror<? extends ImporterDescription>> |
JobflowMirror.getInputs()
Returns the input ports of the jobflow.
|
Modifier and Type | Method and Description |
---|---|
PortMirror<? extends ImporterDescription> |
BasicJobflowMirror.findInput(String name) |
Collection<? extends PortMirror<? extends ImporterDescription>> |
BasicJobflowMirror.getInputs() |
Modifier and Type | Method and Description |
---|---|
void |
BasicJobflowMirror.addInput(PortMirror<? extends ImporterDescription> port)
Adds an external input port.
|
void |
BasicJobflowMirror.addInputs(Collection<? extends PortMirror<? extends ImporterDescription>> ports)
Adds external input ports.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractImporterPreparator<T extends ImporterDescription>
Abstract implementation of
ImporterPreparator . |
class |
BaseImporterPreparator<T extends ImporterDescription>
Abstract implementation of
ImporterPreparator . |
interface |
ImporterPreparator<T extends ImporterDescription>
Creates test input for suitable
ImporterDescription . |
Modifier and Type | Method and Description |
---|---|
<T extends ImporterDescription> |
TestToolRepository.getImporterPreparator(T description)
Returns an
ImporterPreparator for the description. |
Modifier and Type | Method and Description |
---|---|
Class<ImporterDescription> |
SpiImporterPreparator.getDescriptionClass() |
Modifier and Type | Method and Description |
---|---|
<V> ModelOutput<V> |
SpiImporterPreparator.createOutput(DataModelDefinition<V> definition,
ImporterDescription description,
TestContext context) |
void |
TestModerator.prepare(Class<?> modelClass,
ImporterDescription description,
DataModelSourceFactory source)
Prepares the target importer's input using the specified source.
|
void |
TestDataPreparator.prepare(Class<?> type,
ImporterDescription description,
URI source)
Deprecated.
Prepares the target importer's input using the specified source.
|
<T> ModelOutput<T> |
TestDataPreparator.prepare(Class<T> type,
ImporterDescription description)
Deprecated.
Opens the target importer's input to prepare it.
|
void |
TestDataPreparator.truncate(ImporterDescription description)
Deprecated.
Truncates the target importer's input.
|
void |
TestModerator.truncate(ImporterDescription description)
Truncates the target importer's input.
|
void |
SpiImporterPreparator.truncate(ImporterDescription description,
TestContext context) |
Constructor and Description |
---|
TestDataPreparator(DataModelAdapter adapter,
DataModelSourceProvider sources,
ImporterPreparator<ImporterDescription> importers,
ExporterRetriever<ExporterDescription> exporters)
Deprecated.
Creates a new instance which uses the specified services.
|
TestDataPreparator(TestContext context,
DataModelAdapter adapter,
DataModelSourceProvider sources,
ImporterPreparator<ImporterDescription> importers,
ExporterRetriever<ExporterDescription> exporters)
Deprecated.
Creates a new instance which uses the specified services.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchTestTool.prepare(ImporterDescription description,
DataModelSourceFactory source)
Prepares jobflow input.
|
void |
BatchTestTool.prepare(ImporterDescription description,
String dataPath)
Prepares jobflow input.
|
void |
BatchTestTool.truncate(ImporterDescription description)
Truncates jobflow input.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectFileInputDescription
An abstract super class that describes a direct input source.
|
Modifier and Type | Method and Description |
---|---|
ImporterDescription |
InputDescription.getImporterDescription()
Returns the importer description of this input.
|
Constructor and Description |
---|
InputDescription(String name,
ImporterDescription importer)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
FsImporterDescription
An abstract super class that describes importer process using LocalFs/WindGate.
|
class |
JdbcImporterDescription
An abstract super class that describes importer process using JDBC/WindGate.
|
class |
WindGateImporterDescription
An abstract super class that describes importer process in WindGate.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.