public class RunAllFVT extends Object
| Constructor and Description |
|---|
RunAllFVT() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getServerName(String[] args) |
static String |
getUrl(String[] args)
This method gets the url that the tests will use to issue calls to the server.
|
static String |
getUserId(String[] args)
This method gets the userId that the sample will use to issue calls to the server.
|
static void |
main(String[] args) |
static void |
performFVT(String url,
String serverName,
String userId) |
public static void main(String[] args)
public static void performFVT(String url, String serverName, String userId) throws InvalidParameterException, UserNotAuthorizedException, PropertyServerException, SubjectAreaFVTCheckedException
public static String getServerName(String[] args) throws IOException
IOExceptionpublic static String getUserId(String[] args) throws IOException
If arguments are supplied then the third parameter is used as a userId.
If no userId is supplied then prompt the user to enter a valid userId, enter means to use the default userId.
args - arguments suppliedIOException - IO exception occurred while getting input from the user.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 occured while getting input from the user.Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.