public class RunnerOptions extends Object
| Constructor and Description |
|---|
RunnerOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFeature(String feature) |
static RunnerOptions |
fromAnnotationAndSystemProperties(List<String> features,
List<String> tags,
Class<?> clazz) |
int |
getDebugPort() |
List<String> |
getFeatures() |
String |
getName() |
List<String> |
getTags() |
int |
getThreads() |
static RunnerOptions |
parseCommandLine(String line) |
static RunnerOptions |
parseStringArgs(String[] args) |
public String getName()
public void addFeature(String feature)
public int getThreads()
public int getDebugPort()
public static RunnerOptions parseStringArgs(String[] args)
public static RunnerOptions parseCommandLine(String line)
Copyright © 2020. All rights reserved.