Interface | Description |
---|---|
TestExecutionPlan.Task |
Represents a task in execution.
|
Class | Description |
---|---|
BatchTester |
A tester for
Batch batch classes. |
DriverElementBase |
An abstract implementation of test driver elements.
|
DriverInputBase<T> |
An abstract super class of test driver inputs.
|
DriverOutputBase<T> |
An abstract super class of test driver outputs.
|
DriverToolBase |
An abstract implementation of external tools for test drivers.
|
FlowDriverInput<T,S extends FlowDriverInput<T,S>> |
An abstract super class which represents an input port of data flow on testing.
|
FlowDriverOutput<T,S extends FlowDriverOutput<T,S>> |
An abstract super class which represents an output port of data flow on testing.
|
FlowPartDriverInput<T> |
A flow input driver for testing flow-parts.
|
FlowPartDriverOutput<T> |
A flow output driver for testing flow-parts.
|
FlowPartTester |
A tester for
FlowPart flow-part classes. |
JobExecutor | Deprecated
replaced with
TaskExecutor |
JobExecutorFactory | Deprecated
replaced with
TaskExecutor |
JobFlowDriverInput<T> |
A flow input driver for testing jobflows.
|
JobFlowDriverOutput<T> |
A flow output driver for testing flow-parts.
|
JobFlowTester |
A tester for
JobFlow jobflow classes. |
OperatorTestEnvironment |
An Operator DSL test helper which enables framework APIs.
|
SharedObjectCleaner |
Test helper for operator classes with
Shared class fields. |
TestDriverBase |
An abstract super class of test-driver classes.
|
TestDriverContext |
Represents contextual information for test drivers.
|
TesterBase |
An abstract super class of testers.
|
TestExecutionPlan | Deprecated |
TestExecutionPlan.Command |
Represents a generic command task.
|
TestExecutionPlan.Job |
Represents a Hadoop job task.
|
Enum | Description |
---|---|
TestDriverContext.TestExecutionPhase |
Represents each phase in test execution.
|
TestExecutionPlan.TaskKind |
Represents a kind of
TestExecutionPlan.Task . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.