Package | Description |
---|---|
com.asakusafw.testdriver |
Test driver classes.
|
com.asakusafw.testdriver.executor |
Executes test tasks.
|
com.asakusafw.testdriver.tools.runner |
Asakusa batch application runner using test driver facilities.
|
Modifier and Type | Field and Description |
---|---|
protected TestDriverContext |
TestDriverBase.driverContext
The internal test driver context object.
|
Modifier and Type | Method and Description |
---|---|
abstract JobExecutor |
JobExecutorFactory.newInstance(TestDriverContext context)
Deprecated.
Creates a new instance.
|
Constructor and Description |
---|
FlowPartDriverInput(TestDriverContext driverContext,
String name,
Class<T> modelType,
In<T> vocabulary)
Creates a new instance.
|
FlowPartDriverOutput(TestDriverContext driverContext,
String name,
Class<T> modelType,
Out<T> vocabulary)
Creates a new instance.
|
JobFlowDriverInput(TestDriverContext driverContext,
String name,
Class<T> modelType)
Creates a new instance.
|
JobFlowDriverOutput(TestDriverContext driverContext,
String name,
Class<T> modelType)
Creates a new instance.
|
Constructor and Description |
---|
TaskExecutorContextAdapter(TestDriverContext context,
ConfigurationFactory configurations)
Creates a new instance.
|
Constructor and Description |
---|
BatchTestCollector(TestDriverContext context)
Creates a new instance.
|
BatchTestPreparator(TestDriverContext context)
Creates a new instance.
|
BatchTestTool(TestDriverContext context)
Creates a new instance.
|
BatchTestTruncator(TestDriverContext context)
Creates a new instance.
|
BatchTestVerifier(TestDriverContext context)
Creates a new instance.
|
Configuration(TestDriverContext context,
BatchInfo script,
String executionIdPrefix)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.