public class DataConfig extends Object
| 构造器和说明 |
|---|
DataConfig()
Instantiates a new Data config.
|
DataConfig(List<TestData> testDataList)
Instantiates a new Data config.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addTestData(TestData testData)
Add test data.
|
String |
getHttpMethod()
Gets http method.
|
List<TestData> |
getTestDataList()
Gets test data list.
|
String |
getUrl()
Gets url.
|
void |
setHttpMethod(String httpMethod)
Sets http method.
|
void |
setUrl(String url)
Sets url.
|
public DataConfig(List<TestData> testDataList)
testDataList - the test data listpublic DataConfig()
public String getUrl()
public void setUrl(String url)
url - the urlpublic String getHttpMethod()
public void setHttpMethod(String httpMethod)
httpMethod - the http methodpublic void addTestData(TestData testData)
testData - the test dataCopyright © 2016. All rights reserved.