public class RunTestCommand extends Launcher.Command
Constructor and Description |
---|
RunTestCommand() |
Modifier and Type | Method and Description |
---|---|
String |
detailedOptions()
Returns a detailed explanation of the command usage
Usage may have multiple lines, indentation of 4 spaces recommended.
|
protected UiAutomatorTestRunner |
getRunner() |
void |
run(String[] args)
Starts the command with the provided arguments
|
String |
shortHelp()
Returns a one-liner of the function of this command
|
name
public void run(String[] args)
Launcher.Command
run
in class Launcher.Command
protected UiAutomatorTestRunner getRunner()
public String detailedOptions()
Launcher.Command
detailedOptions
in class Launcher.Command
public String shortHelp()
Launcher.Command
shortHelp
in class Launcher.Command