public class RunAllFVTOn2Servers extends Object
| Constructor and Description |
|---|
RunAllFVTOn2Servers() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getUrl(String[] args)
This method gets the url that the tests will use to issue calls to the server.
|
static void |
main(String[] args) |
public static void main(String[] args)
public static String getUrl(String[] args) throws IOException
If arguments are supplied then the first parameter is used as a url.
If no url is supplied then prompt the user to enter a valid url, enter means to use the default url.
args - arguments suppliedIOException - IO exception occurred while getting input from the user.Copyright © 2018–2020 ODPi. All rights reserved.