Package | Description |
---|---|
com.asakusafw.testdriver |
Test driver classes.
|
com.asakusafw.testdriver.compiler |
Asakusa DSL TestKit Compiler API.
|
com.asakusafw.vocabulary.flow.graph |
Internal graphical representation of Flow DSL.
|
com.asakusafw.vocabulary.flow.testing |
Classes for Flow DSL testing.
|
com.asakusafw.vocabulary.flow.util |
Provides built-in Flow DSL vocabularies.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowPartDriverOutput<T>
A flow output driver for testing flow-parts.
|
Constructor and Description |
---|
FlowPartDriverOutput(TestDriverContext driverContext,
String name,
Class<T> modelType,
Out<T> vocabulary)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
<T> Out<T> |
FlowPortMap.addOutput(String name,
Class<T> dataType)
Creates a new test output.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowOut<T>
Represents an output of flow graph.
|
Modifier and Type | Class and Description |
---|---|
class |
MockOut<T>
Mock implementation of
Out (for testing). |
Modifier and Type | Method and Description |
---|---|
<T> CoreOperatorFactory.Empty<T> |
CoreOperatorFactory.EmptyFragment.as(Out<T> target)
Creates a new empty operator instance from a flow output object which has the same type as the
target (downstream) data model type.
|
<T> CoreOperatorFactory.Project<T> |
CoreOperatorFactory.ProjectFragment.as(Out<T> target)
Creates a new project operator instance from a flow output object which has the same type as the
target (downstream) data model type.
|
<T> CoreOperatorFactory.Extend<T> |
CoreOperatorFactory.ExtendFragment.as(Out<T> target)
Creates a new extend operator instance from a flow output object which has the same type as the
target (downstream) data model type.
|
<T> CoreOperatorFactory.Restructure<T> |
CoreOperatorFactory.RestructureFragment.as(Out<T> target)
Creates a new restructure operator instance from a flow output object which has the same type as
the target (downstream) data model type.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.