Uses of Interface
org.testng.annotations.IAnnotation
-
Packages that use IAnnotation Package Description org.testng.annotations org.testng.internal.annotations -
-
Uses of IAnnotation in org.testng.annotations
Subinterfaces of IAnnotation in org.testng.annotations Modifier and Type Interface Description interface
IConfigurationAnnotation
Encapsulate the @Configuration / @testng.configuration annotationinterface
IDataProviderAnnotation
Encapsulate the @DataProvider / @testng.data-provider annotationinterface
IFactoryAnnotation
Encapsulate the @Factory / @testng.factory annotationinterface
IIgnoreAnnotation
Encapsulate the @Ignore
annotationinterface
IListenersAnnotation
interface
IObjectFactoryAnnotation
interface
IParameterizable
Parent interface for annotations that can receive parameters.interface
IParametersAnnotation
Encapsulate the @Parameters / @testng.parameters annotationinterface
ITestAnnotation
Encapsulate the @Test / @testng.test annotation.interface
ITestOrConfiguration
This interface captures methods common to @Test and @Configuration -
Uses of IAnnotation in org.testng.internal.annotations
Subinterfaces of IAnnotation 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
IListeners
interface
ITest
Classes in org.testng.internal.annotations that implement IAnnotation Modifier and Type Class Description class
BaseBeforeAfter
class
ConfigurationAnnotation
An implementation of IConfigurationclass
DataProviderAnnotation
An implementation of IDataProvider.class
FactoryAnnotation
An implementation of IFactoryclass
ListenersAnnotation
class
ObjectFactoryAnnotation
The internal representation of @ObjectFactoryclass
ParametersAnnotation
An implementation of IParametersclass
TestAnnotation
An implementation of ITestclass
TestOrConfiguration
Methods in org.testng.internal.annotations with type parameters of type IAnnotation Modifier and Type Method Description <A extends IAnnotation>
AJDK15TagFactory. createTag(java.lang.Class<?> cls, java.lang.reflect.Method method, java.lang.annotation.Annotation a, java.lang.Class<A> annotationClass)
<A extends IAnnotation>
AIAnnotationFinder. findAnnotation(java.lang.Class<?> cls, java.lang.Class<A> annotationClass)
<A extends IAnnotation>
AIAnnotationFinder. findAnnotation(java.lang.Class<?> clazz, java.lang.reflect.Method m, java.lang.Class<A> annotationClass)
<A extends IAnnotation>
AIAnnotationFinder. findAnnotation(java.lang.reflect.Constructor<?> cons, java.lang.Class<A> annotationClass)
<A extends IAnnotation>
AIAnnotationFinder. findAnnotation(java.lang.reflect.Method m, java.lang.Class<A> annotationClass)
<A extends IAnnotation>
AIAnnotationFinder. findAnnotation(ConstructorOrMethod com, java.lang.Class<A> annotationClass)
<A extends IAnnotation>
AIAnnotationFinder. findAnnotation(ITestNGMethod m, java.lang.Class<A> annotationClass)
<A extends IAnnotation>
AJDK15AnnotationFinder. findAnnotation(java.lang.Class<?> cls, java.lang.Class<A> annotationClass)
<A extends IAnnotation>
AJDK15AnnotationFinder. findAnnotation(java.lang.Class<?> clazz, java.lang.reflect.Method m, java.lang.Class<A> annotationClass)
<A extends IAnnotation>
AJDK15AnnotationFinder. findAnnotation(java.lang.reflect.Constructor<?> cons, java.lang.Class<A> annotationClass)
<A extends IAnnotation>
AJDK15AnnotationFinder. findAnnotation(java.lang.reflect.Method m, java.lang.Class<A> annotationClass)
<A extends IAnnotation>
AJDK15AnnotationFinder. findAnnotation(ConstructorOrMethod com, java.lang.Class<A> annotationClass)
<A extends IAnnotation>
AJDK15AnnotationFinder. findAnnotation(ITestNGMethod tm, java.lang.Class<A> annotationClass)
<A extends IAnnotation>
java.util.List<A>IAnnotationFinder. findInheritedAnnotations(java.lang.Class<?> cls, java.lang.Class<A> annotationClass)
<A extends IAnnotation>
java.util.List<A>JDK15AnnotationFinder. findInheritedAnnotations(java.lang.Class<?> cls, java.lang.Class<A> annotationClass)
Methods in org.testng.internal.annotations that return types with arguments of type IAnnotation Modifier and Type Method Description static java.util.List<java.lang.Class<? extends IAnnotation>>
AnnotationHelper. getAllAnnotations()
-