public class CommandLineArguments extends Object
Constructor and Description |
---|
CommandLineArguments(String[] args)
Constructor to create the actual command line arguments.
|
Modifier and Type | Method and Description |
---|---|
String |
getResultOutputPath() |
String |
getResultPrinter() |
String |
getScenarioParser() |
String |
getTestResource() |
boolean |
isAllGood() |
public CommandLineArguments(String[] args)
args
- - the array of strings that will be parsed into meaningful argumentsCopyright © 2020. All rights reserved.