Package | Description |
---|---|
com.asakusafw.testdriver |
Test driver classes.
|
com.asakusafw.testdriver.tools.runner |
Asakusa batch application runner using test driver facilities.
|
Modifier and Type | Method and Description |
---|---|
S |
FlowDriverOutput.transform(ModelTransformer<? super T> transformer)
Enables to transform the result data before verifying the results of this output.
|
Modifier and Type | Method and Description |
---|---|
List<Difference> |
BatchTestTool.verify(ExporterDescription description,
String expectedPath,
String verifyRulePath,
ModelTransformer<?> transformer,
ModelTester<?>... extraRules)
Verifies jobflow output.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.