public class Project extends BZAObject
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PROJECT |
| Constructor and Description |
|---|
Project(HttpUtils httpUtils,
String id,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Test |
createTest(String name)
Create Test in current Project
|
static Project |
fromJSON(HttpUtils httpUtils,
net.sf.json.JSONObject obj) |
List<Test> |
getTests() |
getHttpUtils, getId, getName, setHttpUtils, setId, setNamepublic static final String DEFAULT_PROJECT
public Test createTest(String name) throws IOException
name - - title of the new TestIOExceptionpublic List<Test> getTests() throws IOException
IOExceptionCopyright © 2017. All rights reserved.