Uses of Interface
org.testng.annotations.IAnnotation
Packages that use IAnnotation
-
Uses of IAnnotation in org.testng.annotations
Subinterfaces of IAnnotation in org.testng.annotationsModifier and TypeInterfaceDescriptioninterface
Encapsulate the @Configuration / @testng.configuration annotationinterface
Encapsulate the @DataProvider / @testng.data-provider annotationinterface
Encapsulate the @Factory / @testng.factory annotationinterface
Encapsulate the @Ignore
annotationinterface
interface
interface
Parent interface for annotations that can receive parameters.interface
Encapsulate the @Parameters / @testng.parameters annotationinterface
Encapsulate the @Test / @testng.test annotation.interface
This interface captures methods common to @Test and @Configuration -
Uses of IAnnotation in org.testng.internal.annotations
Subinterfaces of IAnnotation in org.testng.internal.annotationsModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
Base interface for IBeforeSuite, IAfterSuite, etc...interface
interface
interface
interface
interface
interface
interface
interface
Classes in org.testng.internal.annotations that implement IAnnotationModifier and TypeClassDescriptionclass
class
An implementation of IConfigurationclass
An implementation of IDataProvider.class
An implementation of IFactoryclass
class
The internal representation of @ObjectFactoryclass
An implementation of IParametersclass
An implementation of ITestclass
Methods in org.testng.internal.annotations with type parameters of type IAnnotationModifier and TypeMethodDescription<A extends IAnnotation>
AJDK15TagFactory.createTag
(Class<?> cls, Method method, Annotation a, Class<A> annotationClass) <A extends IAnnotation>
AIAnnotationFinder.findAnnotation
(Class<?> cls, Class<A> annotationClass) <A extends IAnnotation>
AIAnnotationFinder.findAnnotation
(Class<?> clazz, Method m, Class<A> annotationClass) <A extends IAnnotation>
AIAnnotationFinder.findAnnotation
(Constructor<?> cons, Class<A> annotationClass) <A extends IAnnotation>
AIAnnotationFinder.findAnnotation
(Method m, Class<A> annotationClass) <A extends IAnnotation>
AIAnnotationFinder.findAnnotation
(ConstructorOrMethod com, Class<A> annotationClass) <A extends IAnnotation>
AIAnnotationFinder.findAnnotation
(ITestNGMethod m, Class<A> annotationClass) <A extends IAnnotation>
AJDK15AnnotationFinder.findAnnotation
(Class<?> cls, Class<A> annotationClass) <A extends IAnnotation>
AJDK15AnnotationFinder.findAnnotation
(Class<?> clazz, Method m, Class<A> annotationClass) <A extends IAnnotation>
AJDK15AnnotationFinder.findAnnotation
(Constructor<?> cons, Class<A> annotationClass) <A extends IAnnotation>
AJDK15AnnotationFinder.findAnnotation
(Method m, Class<A> annotationClass) <A extends IAnnotation>
AJDK15AnnotationFinder.findAnnotation
(ConstructorOrMethod com, Class<A> annotationClass) <A extends IAnnotation>
AJDK15AnnotationFinder.findAnnotation
(ITestNGMethod tm, Class<A> annotationClass) <A extends IAnnotation>
List<A> IAnnotationFinder.findInheritedAnnotations
(Class<?> cls, Class<A> annotationClass) <A extends IAnnotation>
List<A> JDK15AnnotationFinder.findInheritedAnnotations
(Class<?> cls, Class<A> annotationClass) Methods in org.testng.internal.annotations that return types with arguments of type IAnnotationModifier and TypeMethodDescriptionstatic List
<Class<? extends IAnnotation>> AnnotationHelper.getAllAnnotations()