Package | Description |
---|---|
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 |
---|---|
PortMirror<? extends ExporterDescription> |
JobflowMirror.findOutput(String name)
Returns an output of this jobflow.
|
Collection<? extends PortMirror<? extends ExporterDescription>> |
JobflowMirror.getOutputs()
Returns the output ports of the jobflow.
|
Modifier and Type | Method and Description |
---|---|
PortMirror<? extends ExporterDescription> |
BasicJobflowMirror.findOutput(String name) |
Collection<? extends PortMirror<? extends ExporterDescription>> |
BasicJobflowMirror.getOutputs() |
Modifier and Type | Method and Description |
---|---|
void |
BasicJobflowMirror.addOutput(PortMirror<? extends ExporterDescription> port)
Adds an external output port.
|
void |
BasicJobflowMirror.addOutputs(Collection<? extends PortMirror<? extends ExporterDescription>> ports)
Adds external output ports.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExporterRetriever<T extends ExporterDescription>
Abstract implementation of
ExporterRetriever . |
class |
BaseExporterRetriever<T extends ExporterDescription>
Abstract implementation of
ExporterRetriever . |
interface |
ExporterRetriever<T extends ExporterDescription>
Retrieves test results from suitable
ExporterDescription . |
Modifier and Type | Method and Description |
---|---|
<T extends ExporterDescription> |
TestToolRepository.getExporterRetriever(T description)
Returns an
ExporterRetriever for the description. |
Modifier and Type | Method and Description |
---|---|
Class<ExporterDescription> |
SpiExporterRetriever.getDescriptionClass() |
Modifier and Type | Method and Description |
---|---|
<V> ModelOutput<V> |
SpiExporterRetriever.createOutput(DataModelDefinition<V> definition,
ExporterDescription description,
TestContext context) |
<V> DataModelSource |
SpiExporterRetriever.createSource(DataModelDefinition<V> definition,
ExporterDescription description,
TestContext context) |
List<Difference> |
TestResultInspector.inspect(Class<?> modelClass,
ExporterDescription description,
URI expected,
VerifyRule rule)
Deprecated.
Inspects the target exporter's output using specified expected data and rule.
|
List<Difference> |
TestResultInspector.inspect(Class<?> modelClass,
ExporterDescription description,
VerifyContext verifyContext,
URI expected,
URI rule)
Deprecated.
Inspects the target exporter's output using specified expected data and rule.
|
List<Difference> |
TestModerator.inspect(Class<?> modelClass,
ExporterDescription description,
VerifyContext verifyContext,
VerifierFactory verifier)
Inspects the target exporter's output using specified expected data and rule.
|
void |
TestModerator.prepare(Class<?> modelClass,
ExporterDescription description,
DataModelSourceFactory source)
Prepares the target exporter's output using the specified source.
|
void |
TestDataPreparator.prepare(Class<?> type,
ExporterDescription description,
URI source)
Deprecated.
Prepares the target exporter's output using the specified source.
|
<T> ModelOutput<T> |
TestDataPreparator.prepare(Class<T> type,
ExporterDescription description)
Deprecated.
Opens the target exporter's output to prepare it.
|
void |
TestModerator.save(Class<?> modelClass,
ExporterDescription description,
DataModelSinkFactory resultDataSink)
Saves the target exporter's output into the specified sink.
|
void |
TestDataPreparator.truncate(ExporterDescription description)
Deprecated.
Truncates the target exporter's output.
|
void |
TestModerator.truncate(ExporterDescription description)
Truncates the target exporter's output.
|
void |
SpiExporterRetriever.truncate(ExporterDescription 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.
|
TestResultInspector(DataModelAdapter adapter,
DataModelSourceProvider sources,
VerifyRuleProvider rules,
ExporterRetriever<ExporterDescription> retrievers)
Deprecated.
Creates a new instance which uses the specified services.
|
TestResultInspector(TestContext context,
DataModelAdapter adapter,
DataModelSourceProvider sources,
VerifyRuleProvider rules,
ExporterRetriever<ExporterDescription> retrievers)
Deprecated.
Creates a new instance which uses the specified services.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchTestTool.collect(ExporterDescription description,
DataModelSinkFactory sink)
Collects jobflow output.
|
void |
BatchTestTool.collect(ExporterDescription description,
String outputPath)
Collects jobflow output.
|
void |
BatchTestTool.truncate(ExporterDescription description)
Truncates jobflow output.
|
List<Difference> |
BatchTestTool.verify(ExporterDescription description,
String expectedPath,
String verifyRulePath,
ModelTester<?>... extraRules)
Verifies jobflow output.
|
List<Difference> |
BatchTestTool.verify(ExporterDescription description,
String expectedPath,
String verifyRulePath,
ModelTransformer<?> transformer,
ModelTester<?>... extraRules)
Verifies jobflow output.
|
List<Difference> |
BatchTestTool.verify(ExporterDescription description,
VerifierFactory verifier)
Verifies jobflow output.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectFileOutputDescription
An abstract super class that describes a direct output target.
|
Modifier and Type | Method and Description |
---|---|
ExporterDescription |
OutputDescription.getExporterDescription()
Returns the exporter description of this output.
|
Constructor and Description |
---|
OutputDescription(String name,
ExporterDescription exporter)
Creates a new instance.
|
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.
|
class |
WindGateExporterDescription
An abstract super class that describes exporter process in WindGate.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.