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 interfaceIConfigurationAnnotationEncapsulate the @Configuration / @testng.configuration annotation Created on Dec 20, 2005interfaceIDataProviderAnnotationEncapsulate the @DataProvider / @testng.data-provider annotation Created on Dec 20, 2005interfaceIFactoryAnnotationEncapsulate the @Factory / @testng.factory annotation Created on Dec 20, 2005interfaceIListenersAnnotationinterfaceIObjectFactoryAnnotationinterfaceIParameterizableParent interface for annotations that can receive parameters.interfaceIParametersAnnotationEncapsulate the @Parameters / @testng.parameters annotation Created on Dec 20, 2005interfaceITestAnnotationEncapsulate the @Test / @testng.test annotation.interfaceITestOrConfigurationThis interface captures methods common to @Test and @Configuration Created on Dec 20, 2005 -
Uses of IAnnotation in org.testng.internal.annotations
Subinterfaces of IAnnotation in org.testng.internal.annotations Modifier and Type Interface Description interfaceIAfterClassinterfaceIAfterGroupsinterfaceIAfterMethodinterfaceIAfterSuiteinterfaceIAfterTestinterfaceIAfterTestsinterfaceIBaseBeforeAfterBase interface for IBeforeSuite, IAfterSuite, etc...interfaceIBeforeClassinterfaceIBeforeGroupsinterfaceIBeforeMethodinterfaceIBeforeSuiteinterfaceIBeforeTestinterfaceIListenersinterfaceITestClasses in org.testng.internal.annotations that implement IAnnotation Modifier and Type Class Description classAfterSuiteAnnotationclassBaseBeforeAfterclassBeforeSuiteAnnotationclassConfigurationAnnotationAn implementation of IConfiguration Created on Dec 16, 2005classDataProviderAnnotationAn implementation of IDataProvider.classFactoryAnnotationAn implementation of IFactory Created on Dec 20, 2005classListenersAnnotationclassObjectFactoryAnnotationThe internal representation of @ObjectFactoryclassParametersAnnotationAn implementation of IParameters Created on Dec 20, 2005classTestAnnotationAn implementation of ITest Created on Dec 20, 2005classTestOrConfigurationMethods in org.testng.internal.annotations with type parameters of type IAnnotation Modifier and Type Method Description <A extends IAnnotation>
AJDK15TagFactory. createTag(Class<?> cls, Method method, Annotation a, Class<A> annotationClass, IAnnotationTransformer transformer)<A extends IAnnotation>
AIAnnotationFinder. findAnnotation(Class<?> cls, 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(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)
-