Package org.testng.annotations
Interface IParameterizable
- All Superinterfaces:
IAnnotation
- All Known Subinterfaces:
IAfterClass,IAfterGroups,IAfterMethod,IAfterSuite,IAfterTest,IBaseBeforeAfter,IBaseBeforeAfterMethod,IBeforeClass,IBeforeGroups,IBeforeMethod,IBeforeSuite,IBeforeTest,IConfigurationAnnotation,IFactoryAnnotation,ITest,ITestAnnotation,ITestOrConfiguration
- All Known Implementing Classes:
BaseBeforeAfter,ConfigurationAnnotation,FactoryAnnotation,TestAnnotation,TestOrConfiguration
Parent interface for annotations that can receive parameters.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether this annotation is enabled.voidsetEnabled(boolean enabled)
-
Method Details
-
getEnabled
boolean getEnabled()Whether this annotation is enabled.- Returns:
- true if enabled
-
setEnabled
void setEnabled(boolean enabled)
-