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
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 boolean
getEnabled()
Whether this annotation is enabled.void
setEnabled(boolean enabled)
-