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 TypeInterfaceDescriptioninterfaceEncapsulate the @Configuration / @testng.configuration annotationinterfaceEncapsulate the @DataProvider / @testng.data-provider annotationinterfaceEncapsulate the @Factory / @testng.factory annotationinterfaceEncapsulate the @IgnoreannotationinterfaceinterfaceinterfaceParent interface for annotations that can receive parameters.interfaceEncapsulate the @Parameters / @testng.parameters annotationinterfaceEncapsulate the @Test / @testng.test annotation.interfaceThis 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 TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceBase interface for IBeforeSuite, IAfterSuite, etc...interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceClasses in org.testng.internal.annotations that implement IAnnotationModifier and TypeClassDescriptionclassclassAn implementation of IConfigurationclassAn implementation of IDataProvider.classAn implementation of IFactoryclassclassThe internal representation of @ObjectFactoryclassAn implementation of IParametersclassAn implementation of ITestclassMethods 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()