Uses of Interface
org.testng.annotations.IParameterizable
-
Packages that use IParameterizable Package Description org.testng.annotations org.testng.internal.annotations -
-
Uses of IParameterizable in org.testng.annotations
Subinterfaces of IParameterizable in org.testng.annotations Modifier and Type Interface Description interface
IConfigurationAnnotation
Encapsulate the @Configuration / @testng.configuration annotationinterface
IFactoryAnnotation
Encapsulate the @Factory / @testng.factory annotationinterface
ITestAnnotation
Encapsulate the @Test / @testng.test annotation.interface
ITestOrConfiguration
This interface captures methods common to @Test and @Configuration -
Uses of IParameterizable in org.testng.internal.annotations
Subinterfaces of IParameterizable in org.testng.internal.annotations Modifier and Type Interface Description interface
IAfterClass
interface
IAfterGroups
interface
IAfterMethod
interface
IAfterSuite
interface
IAfterTest
interface
IBaseBeforeAfter
Base interface for IBeforeSuite, IAfterSuite, etc...interface
IBaseBeforeAfterMethod
interface
IBeforeClass
interface
IBeforeGroups
interface
IBeforeMethod
interface
IBeforeSuite
interface
IBeforeTest
interface
ITest
Classes in org.testng.internal.annotations that implement IParameterizable Modifier and Type Class Description class
BaseBeforeAfter
class
ConfigurationAnnotation
An implementation of IConfigurationclass
FactoryAnnotation
An implementation of IFactoryclass
TestAnnotation
An implementation of ITestclass
TestOrConfiguration
-