Uses of Interface
org.testng.annotations.ITestAnnotation
Packages that use ITestAnnotation
-
Uses of ITestAnnotation in org.testng
Methods in org.testng with parameters of type ITestAnnotationModifier and TypeMethodDescriptiondefault void
IAnnotationTransformer.transform
(ITestAnnotation annotation, Class testClass, Constructor testConstructor, 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 ITestAnnotationModifier and TypeMethodDescriptionprivate static boolean
TestNGMethod.doesTestAnnotationHaveADataProvider
(ITestAnnotation testAnnotation) private String
TestNGMethod.findDescription
(ITestAnnotation testAnnotation, XmlTest xmlTest) private static boolean
Parameters.isDataProviderClassEmpty
(ITestAnnotation annotation) private static boolean
Parameters.isDataProviderNameEmpty
(ITestAnnotation annotation) private static boolean
ClassBasedParallelWorker.isSequential
(ITestAnnotation test, XmlTest xmlTest) private static IDataProvidable
Parameters.merge
(ITestAnnotation methodLevel, ITestAnnotation classLevel) -
Uses of ITestAnnotation in org.testng.internal.annotations
Subinterfaces of ITestAnnotation in org.testng.internal.annotationsClasses in org.testng.internal.annotations that implement ITestAnnotationMethods in org.testng.internal.annotations that return ITestAnnotationModifier and TypeMethodDescriptionstatic ITestAnnotation
AnnotationHelper.findTest
(IAnnotationFinder finder, Class<?> cls) static ITestAnnotation
AnnotationHelper.findTest
(IAnnotationFinder finder, Method m) static ITestAnnotation
AnnotationHelper.findTest
(IAnnotationFinder finder, ITestNGMethod m) Methods in org.testng.internal.annotations with parameters of type ITestAnnotationModifier and TypeMethodDescriptionprivate static void
IgnoreListener.ignoreTest
(ITestAnnotation annotation, Ignore ignore) private static void
IgnoreListener.ignoreTestAtClass
(Class<?> clazz, ITestAnnotation annotation) void
DefaultAnnotationTransformer.transform
(ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod) void
DefaultAnnotationTransformer.transform
(ITestAnnotation annotation, Class testClass, Constructor cons, Method tm, Class<?> clazz) default void
IAnnotationTransformer.transform
(ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod, Class<?> occurringClazz) void
IgnoreListener.transform
(ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod) void
IgnoreListener.transform
(ITestAnnotation annotation, Class testClass, Constructor tc, Method testMethod, Class<?> clazz) private static void
IgnoreListener.updateDescription
(ITestAnnotation annotation, Ignore ignore)