Uses of Interface
org.testng.annotations.ITestAnnotation
-
Packages that use ITestAnnotation Package Description org.testng org.testng.internal org.testng.internal.annotations -
-
Uses of ITestAnnotation in org.testng
Methods in org.testng with parameters of type ITestAnnotation Modifier and Type Method Description default voidIAnnotationTransformer. transform(ITestAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor testConstructor, java.lang.reflect.Method testMethod)This method will be invoked by TestNG to give you a chance to modify a TestNG annotation read from your test classes. -
Uses of ITestAnnotation in org.testng.internal
Methods in org.testng.internal with parameters of type ITestAnnotation Modifier and Type Method Description private static booleanTestNGMethod. doesTestAnnotationHaveADataProvider(ITestAnnotation testAnnotation)private java.lang.StringTestNGMethod. findDescription(ITestAnnotation testAnnotation, XmlTest xmlTest)private static booleanParameters. isDataProviderClassEmpty(ITestAnnotation annotation)private static booleanParameters. isDataProviderNameEmpty(ITestAnnotation annotation)private static booleanClassBasedParallelWorker. isSequential(ITestAnnotation test, XmlTest xmlTest)private static IDataProvidableParameters. merge(ITestAnnotation methodLevel, ITestAnnotation classLevel) -
Uses of ITestAnnotation in org.testng.internal.annotations
Subinterfaces of ITestAnnotation in org.testng.internal.annotations Modifier and Type Interface Description interfaceITestClasses in org.testng.internal.annotations that implement ITestAnnotation Modifier and Type Class Description classTestAnnotationAn implementation of ITestMethods in org.testng.internal.annotations that return ITestAnnotation Modifier and Type Method Description static ITestAnnotationAnnotationHelper. findTest(IAnnotationFinder finder, java.lang.Class<?> cls)static ITestAnnotationAnnotationHelper. findTest(IAnnotationFinder finder, java.lang.reflect.Method m)static ITestAnnotationAnnotationHelper. findTest(IAnnotationFinder finder, ITestNGMethod m)Methods in org.testng.internal.annotations with parameters of type ITestAnnotation Modifier and Type Method Description private static voidIgnoreListener. ignoreTest(ITestAnnotation annotation, Ignore ignore)private static voidIgnoreListener. ignoreTestAtClass(java.lang.Class<?> clazz, ITestAnnotation annotation)voidDefaultAnnotationTransformer. transform(ITestAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor testConstructor, java.lang.reflect.Method testMethod)voidDefaultAnnotationTransformer. transform(ITestAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor cons, java.lang.reflect.Method tm, java.lang.Class<?> clazz)default voidIAnnotationTransformer. transform(ITestAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor testConstructor, java.lang.reflect.Method testMethod, java.lang.Class<?> occurringClazz)voidIgnoreListener. transform(ITestAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor testConstructor, java.lang.reflect.Method testMethod)voidIgnoreListener. transform(ITestAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor tc, java.lang.reflect.Method testMethod, java.lang.Class<?> clazz)private static voidIgnoreListener. updateDescription(ITestAnnotation annotation, Ignore ignore)
-