public interface ITestOrConfiguration extends IParameterizable
Modifier and Type | Method and Description |
---|---|
String[] |
getDependsOnGroups()
The list of groups this method depends on.
|
String[] |
getDependsOnMethods()
The list of methods this method depends on.
|
String |
getDescription()
The description for this method, which will be shown in the reports.
|
String[] |
getGroups()
The list of groups this class/method belongs to.
|
long |
getTimeOut()
Returns the maximum number of milliseconds this test should take.
|
void |
setDependsOnGroups(String[] groups) |
void |
setDependsOnMethods(String[] dependsOnMethods) |
void |
setDescription(String description) |
void |
setGroups(String[] groups) |
void |
setTimeOut(long l) |
getEnabled, getParameters, setEnabled
long getTimeOut()
void setTimeOut(long l)
String[] getGroups()
void setGroups(String[] groups)
String[] getDependsOnGroups()
void setDependsOnGroups(String[] groups)
String[] getDependsOnMethods()
void setDependsOnMethods(String[] dependsOnMethods)
String getDescription()
void setDescription(String description)
Copyright © 2013. All Rights Reserved.