Package org.testng.annotations
Interface IParameterizable
-
- All Superinterfaces:
IAnnotation
- All Known Subinterfaces:
IConfigurationAnnotation,IFactoryAnnotation,ITestAnnotation,ITestOrConfiguration
public interface IParameterizable extends IAnnotation
Parent interface for annotations that can receive parameters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetEnabled()Whether this annotation is enabled.voidsetEnabled(boolean enabled)
-