public class Test extends BZAObject
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TEST |
| Constructor and Description |
|---|
Test(HttpUtils httpUtils) |
Test(HttpUtils httpUtils,
String id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static Test |
fromJSON(HttpUtils httpUtils,
net.sf.json.JSONObject obj) |
Master |
getMaster() |
String |
getReportURL() |
Session |
getSession() |
String |
getSignature() |
String |
startAnonymousExternal()
Start Anonymous External test
|
void |
startExternal()
Start External test for user token
|
getHttpUtils, getId, getName, setHttpUtils, setId, setNamepublic static final String DEFAULT_TEST
public Test(HttpUtils httpUtils)
public void startExternal()
throws IOException
IOExceptionpublic String startAnonymousExternal() throws IOException
IOExceptionpublic Session getSession()
public Master getMaster()
public String getSignature()
public String getReportURL()
Copyright © 2017. All rights reserved.