IAnnotationIAfterClass, IAfterGroups, IAfterMethod, IAfterSuite, IAfterTest, IAfterTests, IBaseBeforeAfter, IBeforeClass, IBeforeGroups, IBeforeMethod, IBeforeSuite, IBeforeTest, IConfigurationAnnotation, IFactoryAnnotation, ITest, ITestAnnotation, ITestOrConfigurationAfterSuiteAnnotation, BaseBeforeAfter, BeforeSuiteAnnotation, ConfigurationAnnotation, FactoryAnnotation, TestAnnotation, TestOrConfigurationpublic interface IParameterizable extends IAnnotation
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
getEnabled() |
Whether this annotation is enabled.
|
java.lang.String[] |
getParameters() |
Deprecated.
Use @Parameters
|
void |
setEnabled(boolean enabled) |
@Deprecated java.lang.String[] getParameters()
boolean getEnabled()
void setEnabled(boolean enabled)