Package | Description |
---|---|
com.asakusafw.testdriver |
Test driver classes.
|
com.asakusafw.testdriver.directio.api |
Tester APIs of Direct I/O.
|
com.asakusafw.testdriver.tools.runner |
Asakusa batch application runner using test driver facilities.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchTester
A tester for
Batch batch classes. |
class |
DriverInputBase<T>
An abstract super class of test driver inputs.
|
class |
DriverOutputBase<T>
An abstract super class of test driver outputs.
|
class |
DriverToolBase
An abstract implementation of external tools for test drivers.
|
class |
FlowDriverInput<T,S extends FlowDriverInput<T,S>>
An abstract super class which represents an input port of data flow on testing.
|
class |
FlowDriverOutput<T,S extends FlowDriverOutput<T,S>>
An abstract super class which represents an output port of data flow on testing.
|
class |
FlowPartDriverInput<T>
A flow input driver for testing flow-parts.
|
class |
FlowPartDriverOutput<T>
A flow output driver for testing flow-parts.
|
class |
FlowPartTester
A tester for
FlowPart flow-part classes. |
class |
JobFlowDriverInput<T>
A flow input driver for testing jobflows.
|
class |
JobFlowDriverOutput<T>
A flow output driver for testing flow-parts.
|
class |
JobFlowTester
A tester for
JobFlow jobflow classes. |
class |
OperatorTestEnvironment
An Operator DSL test helper which enables framework APIs.
|
class |
TestDriverBase
An abstract super class of test-driver classes.
|
class |
TesterBase
An abstract super class of testers.
|
Constructor and Description |
---|
DriverToolBase(DriverElementBase collaborator)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
static class |
DirectIoTester.DirectIoResource
External resource manipulator for Direct I/O.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchTestCollector
Collects batch execution outputs.
|
class |
BatchTestPreparator
Prepares batch execution inputs.
|
class |
BatchTestTool
Testing tools for Asakusa batch applications.
|
class |
BatchTestTruncator
Truncates batch execution inputs/outputs.
|
class |
BatchTestVerifier
Verifies batch execution results.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.