Package org.testng.annotations
Interface IParameterizable
- All Superinterfaces:
IAnnotation
- All Known Subinterfaces:
IConfigurationAnnotation,IFactoryAnnotation,ITestAnnotation,ITestOrConfiguration
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)
-