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.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowPartDriverInput<T>
A flow input driver for testing flow-parts.
|
Constructor and Description |
---|
FlowPartDriverInput(TestDriverContext driverContext,
String name,
Class<T> modelType,
In<T> vocabulary)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
<T> In<T> |
FlowPortMap.addInput(String name,
Class<T> dataType)
Creates a new test input.
|
Modifier and Type | Class and Description |
---|---|
class |
FlowIn<T>
Represents an input of flow graph.
|
Modifier and Type | Class and Description |
---|---|
class |
MockIn<T>
Mock implementation of
In (for testing). |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.