public class Main extends Object
| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
exit(int exitCode) |
Integer |
getExitCode()
Get exit code.
|
String |
getVersion()
Get version of Selenese Runner.
|
static void |
main(String[] args)
Selenese Runner main.
|
void |
run(String[] args)
Start Selenese Runner.
|
void |
setupRunner(Runner runner,
IConfig config,
String... filenames)
Setup Runner by configuration.
|
public String getVersion()
This information is provided by maven generated property file.
public void run(String[] args)
args - command line arguments.public void setupRunner(Runner runner, IConfig config, String... filenames)
runner - Runner object.config - configuration.filenames - filenames of test-suites/test-cases.protected void exit(int exitCode)
public Integer getExitCode()
public static void main(String[] args)
args - command line arguments.Copyright © 2017. All rights reserved.