Uses of Interface
org.testng.annotations.ITestOrConfiguration
-
Packages that use ITestOrConfiguration Package Description org.testng.annotations org.testng.internal org.testng.internal.annotations -
-
Uses of ITestOrConfiguration in org.testng.annotations
Subinterfaces of ITestOrConfiguration in org.testng.annotations Modifier and Type Interface Description interface
IConfigurationAnnotation
Encapsulate the @Configuration / @testng.configuration annotationinterface
ITestAnnotation
Encapsulate the @Test / @testng.test annotation. -
Uses of ITestOrConfiguration in org.testng.internal
Methods in org.testng.internal with parameters of type ITestOrConfiguration Modifier and Type Method Description protected static boolean
MethodHelper. isEnabled(ITestOrConfiguration test)
Method parameters in org.testng.internal with type arguments of type ITestOrConfiguration Modifier and Type Method Description protected void
BaseTestMethod. initBeforeAfterGroups(java.lang.Class<? extends ITestOrConfiguration> annotationClass, java.lang.String[] groups)
protected void
BaseTestMethod. initGroups(java.lang.Class<? extends ITestOrConfiguration> annotationClass)
-
Uses of ITestOrConfiguration in org.testng.internal.annotations
Subinterfaces of ITestOrConfiguration 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 ITestOrConfiguration Modifier and Type Class Description class
BaseBeforeAfter
class
ConfigurationAnnotation
An implementation of IConfigurationclass
TestAnnotation
An implementation of ITestclass
TestOrConfiguration
-