IAnnotation, IParameterizableIAfterClass, IAfterGroups, IAfterMethod, IAfterSuite, IAfterTest, IAfterTests, IBaseBeforeAfter, IBeforeClass, IBeforeGroups, IBeforeMethod, IBeforeSuite, IBeforeTest, IConfigurationAnnotation, ITest, ITestAnnotationAfterSuiteAnnotation, BaseBeforeAfter, BeforeSuiteAnnotation, ConfigurationAnnotation, TestAnnotation, TestOrConfigurationpublic interface ITestOrConfiguration extends IParameterizable
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String[] |
getDependsOnGroups() |
The list of groups this method depends on.
|
java.lang.String[] |
getDependsOnMethods() |
The list of methods this method depends on.
|
java.lang.String |
getDescription() |
The description for this method, which will be shown in the reports.
|
java.lang.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(java.lang.String[] groups) |
|
void |
setDependsOnMethods(java.lang.String[] dependsOnMethods) |
|
void |
setDescription(java.lang.String description) |
|
void |
setGroups(java.lang.String[] groups) |
|
void |
setTimeOut(long l) |
getEnabled, getParameters, setEnabledlong getTimeOut()
void setTimeOut(long l)
java.lang.String[] getGroups()
void setGroups(java.lang.String[] groups)
java.lang.String[] getDependsOnGroups()
void setDependsOnGroups(java.lang.String[] groups)
java.lang.String[] getDependsOnMethods()
void setDependsOnMethods(java.lang.String[] dependsOnMethods)
java.lang.String getDescription()
void setDescription(java.lang.String description)