public class TestData extends Object
| 构造器和说明 |
|---|
TestData() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addParam(Param param)
Add param.
|
void |
addSetup(Setup setup)
Add setup.
|
void |
fillSetupMap()
Fill setup map.
|
After |
getAfter()
Gets after.
|
Before |
getBefore()
Gets before.
|
String |
getCurrentFileName()
Gets current file name.
|
String |
getDesc()
Gets desc.
|
ExpectResult |
getExpectResult()
Gets expect result.
|
ExtraCheck |
getExtraCheck()
Gets extra check.
|
String |
getName()
Gets name.
|
List<Param> |
getParams()
Gets params.
|
int |
getSendTime()
Gets send time.
|
List<Setup> |
getSetupList()
Gets setup list.
|
Map<String,Setup> |
getSetupMap()
Gets setup map.
|
boolean |
isStoreCookie()
Is store cookie boolean.
|
boolean |
isUseCookie()
Is use cookie boolean.
|
void |
setAfter(After after)
Sets after.
|
void |
setBefore(Before before)
Sets before.
|
void |
setCurrentFileName(String currentFileName)
Sets current file name.
|
void |
setDesc(String desc)
Sets desc.
|
void |
setExpectResult(ExpectResult expectResult)
Sets expect result.
|
void |
setExtraCheck(ExtraCheck extraCheck)
Sets extra check.
|
void |
setName(String name)
Sets name.
|
void |
setParams(List<Param> params)
Sets params.
|
void |
setSendTime(String sendTime)
Sets send time.
|
void |
setSetupList(List<Setup> setupList)
Sets setup list.
|
void |
setSetupMap(Map<String,Setup> setupMap)
Sets setup map.
|
void |
setStoreCookie(boolean storeCookie)
Sets store cookie.
|
void |
setStoreCookie(String storeCookie)
Sets store cookie.
|
void |
setUseCookie(boolean useCookie)
Sets use cookie.
|
void |
setUseCookie(String useCookie)
Sets use cookie.
|
String |
toString() |
public String getCurrentFileName()
public void setCurrentFileName(String currentFileName)
currentFileName - the current file namepublic ExtraCheck getExtraCheck()
public void setExtraCheck(ExtraCheck extraCheck)
extraCheck - the extra checkpublic boolean isStoreCookie()
public void setStoreCookie(boolean storeCookie)
storeCookie - the store cookiepublic void setStoreCookie(String storeCookie)
storeCookie - the store cookiepublic boolean isUseCookie()
public void setUseCookie(String useCookie)
useCookie - the use cookiepublic void setUseCookie(boolean useCookie)
useCookie - the use cookiepublic void addSetup(Setup setup)
setup - the setuppublic void addParam(Param param)
param - the parampublic void fillSetupMap()
public void setSetupMap(Map<String,Setup> setupMap)
setupMap - the setup mappublic ExpectResult getExpectResult()
public void setExpectResult(ExpectResult expectResult)
expectResult - the expect resultpublic void setSetupList(List<Setup> setupList)
setupList - the setup listpublic String getDesc()
public void setDesc(String desc)
desc - the descpublic String getName()
public void setName(String name)
name - the namepublic int getSendTime()
public void setSendTime(String sendTime)
sendTime - the send timepublic Before getBefore()
public void setBefore(Before before)
before - the beforepublic After getAfter()
public void setAfter(After after)
after - the afterCopyright © 2016. All rights reserved.