public class TestOrConfiguration extends BaseAnnotation implements ITestOrConfiguration
| Constructor and Description |
|---|
TestOrConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getDependsOnGroups() |
String[] |
getDependsOnMethods() |
String |
getDescription() |
boolean |
getEnabled()
Whether this annotation is enabled.
|
String[] |
getGroups() |
int |
getPriority() |
long |
getTimeOut() |
void |
setDependsOnGroups(String[] dependsOnGroups) |
void |
setDependsOnMethods(String[] dependsOnMethods) |
void |
setDescription(String description) |
void |
setEnabled(boolean enabled) |
void |
setGroups(String[] groups) |
void |
setPriority(int priority) |
void |
setTimeOut(long timeOut) |
getConstructor, getMethod, getTestClass, setConstructor, setMethod, setTestClasspublic String[] getGroups()
getGroups in interface ITestOrConfigurationpublic boolean getEnabled()
IParameterizablegetEnabled in interface IParameterizablepublic void setDependsOnGroups(String[] dependsOnGroups)
setDependsOnGroups in interface ITestOrConfigurationpublic void setDependsOnMethods(String[] dependsOnMethods)
setDependsOnMethods in interface ITestOrConfigurationpublic void setGroups(String[] groups)
setGroups in interface ITestOrConfigurationpublic String getDescription()
getDescription in interface ITestOrConfigurationpublic void setEnabled(boolean enabled)
setEnabled in interface IParameterizablepublic String[] getDependsOnGroups()
getDependsOnGroups in interface ITestOrConfigurationpublic String[] getDependsOnMethods()
getDependsOnMethods in interface ITestOrConfigurationIf some of these methods have been overloaded, all the overloaded versions will be run.
public void setDescription(String description)
setDescription in interface ITestOrConfigurationpublic int getPriority()
public void setPriority(int priority)
public void setTimeOut(long timeOut)
setTimeOut in interface ITestOrConfigurationpublic long getTimeOut()
getTimeOut in interface ITestOrConfigurationCopyright © 2025. All rights reserved.