Package | Description |
---|---|
com.asakusafw.testdriver.tools.runner |
Asakusa batch application runner using test driver facilities.
|
Modifier and Type | Method and Description |
---|---|
BatchTestRunner |
BatchTestRunner.withApplications(File path)
Sets the Asakusa batch applications installation path.
|
BatchTestRunner |
BatchTestRunner.withArgument(String name,
String value)
Sets a batch argument for this runner.
|
BatchTestRunner |
BatchTestRunner.withArguments(Map<String,String> arguments)
Sets batch arguments for this runner.
|
BatchTestRunner |
BatchTestRunner.withFramework(File path)
Sets the Asakusa Framework installation path.
|
BatchTestRunner |
BatchTestRunner.withProperties(Map<String,String> properties)
Sets Hadoop properties for this runner.
|
BatchTestRunner |
BatchTestRunner.withProperty(String key,
String value)
Sets a Hadoop property for this runner.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.