Package | Description |
---|---|
com.asakusafw.testdriver |
Test driver classes.
|
com.asakusafw.testdriver.tools.runner |
Asakusa batch application runner using test driver facilities.
|
com.asakusafw.vocabulary.batch |
Batch DSL vocabulary annotations/classes.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchTester.runTest(Class<? extends BatchDescription> description)
Executes a batch and then verifies the execution result.
|
Constructor and Description |
---|
BatchTestRunner(Class<? extends BatchDescription> batchClass)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
BatchDescription |
Work.getDeclaring()
Returns the batch which declaring this work.
|
Constructor and Description |
---|
Work(BatchDescription declaring,
WorkDescription description,
List<Work> dependencies)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.