Uses of Interface
org.testng.annotations.ITestAnnotation
-
Packages that use ITestAnnotation Package Description org.testng org.testng.internal org.testng.internal.annotations org.testng.internal.invokers -
-
Uses of ITestAnnotation in org.testng
Methods in org.testng with parameters of type ITestAnnotation Modifier and Type Method Description default void
IAnnotationTransformer. 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 boolean
TestNGMethod. doesTestAnnotationHaveADataProvider(ITestAnnotation testAnnotation)
private java.lang.String
TestNGMethod. findDescription(ITestAnnotation testAnnotation, XmlTest xmlTest)
private static boolean
Parameters. isDataProviderClassEmpty(ITestAnnotation annotation)
private static boolean
Parameters. isDataProviderNameEmpty(ITestAnnotation annotation)
private static boolean
Parameters. isDynamicDataProviderClassEmpty(ITestAnnotation annotation)
private static IDataProvidable
Parameters. 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 interface
ITest
Classes in org.testng.internal.annotations that implement ITestAnnotation Modifier and Type Class Description class
TestAnnotation
An implementation of ITestMethods in org.testng.internal.annotations that return ITestAnnotation Modifier and Type Method Description static ITestAnnotation
AnnotationHelper. findTest(IAnnotationFinder finder, java.lang.Class<?> cls)
static ITestAnnotation
AnnotationHelper. findTest(IAnnotationFinder finder, java.lang.reflect.Method m)
static ITestAnnotation
AnnotationHelper. findTest(IAnnotationFinder finder, ITestNGMethod m)
Methods in org.testng.internal.annotations with parameters of type ITestAnnotation Modifier and Type Method Description private static void
IgnoreListener. ignoreTest(ITestAnnotation annotation, Ignore ignore)
private static void
IgnoreListener. ignoreTestAtClass(java.lang.Class<?> clazz, ITestAnnotation annotation)
void
DefaultAnnotationTransformer. transform(ITestAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor testConstructor, java.lang.reflect.Method testMethod)
void
DefaultAnnotationTransformer. transform(ITestAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor cons, java.lang.reflect.Method tm, java.lang.Class<?> clazz)
default void
IAnnotationTransformer. transform(ITestAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor testConstructor, java.lang.reflect.Method testMethod, java.lang.Class<?> occurringClazz)
void
IgnoreListener. transform(ITestAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor testConstructor, java.lang.reflect.Method testMethod)
void
IgnoreListener. transform(ITestAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor tc, java.lang.reflect.Method testMethod, java.lang.Class<?> clazz)
private static void
IgnoreListener. updateDescription(ITestAnnotation annotation, Ignore ignore)
-
Uses of ITestAnnotation in org.testng.internal.invokers
Methods in org.testng.internal.invokers with parameters of type ITestAnnotation Modifier and Type Method Description private static boolean
ClassBasedParallelWorker. isSequential(ITestAnnotation test, XmlTest xmlTest)
-