Uses of Interface
org.testng.annotations.ITestAnnotation
Packages that use ITestAnnotation
Package
Description
-
Uses of ITestAnnotation in org.testng
Methods in org.testng with parameters of type ITestAnnotationModifier and TypeMethodDescriptiondefault voidIAnnotationTransformer.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 booleanTestNGMethod.doesTestAnnotationHaveADataProvider(ITestAnnotation testAnnotation) private StringTestNGMethod.findDescription(ITestAnnotation testAnnotation, XmlTest xmlTest) private static booleanParameters.isDataProviderClassEmpty(ITestAnnotation annotation) private static booleanParameters.isDataProviderNameEmpty(ITestAnnotation annotation) private static booleanParameters.isDynamicDataProviderClassEmpty(ITestAnnotation annotation) private static IDataProvidableParameters.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 ITestAnnotationAnnotationHelper.findTest(IAnnotationFinder finder, Class<?> cls) static ITestAnnotationAnnotationHelper.findTest(IAnnotationFinder finder, Method m) static ITestAnnotationAnnotationHelper.findTest(IAnnotationFinder finder, ITestNGMethod m) Methods in org.testng.internal.annotations with parameters of type ITestAnnotationModifier and TypeMethodDescriptionprivate static voidIgnoreListener.ignoreTest(ITestAnnotation annotation, Ignore ignore) private static voidIgnoreListener.ignoreTestAtClass(Class<?> clazz, ITestAnnotation annotation) voidDefaultAnnotationTransformer.transform(ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod) voidDefaultAnnotationTransformer.transform(ITestAnnotation annotation, Class testClass, Constructor cons, Method tm, Class<?> clazz) default voidIAnnotationTransformer.transform(ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod, Class<?> occurringClazz) voidIgnoreListener.transform(ITestAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod) voidIgnoreListener.transform(ITestAnnotation annotation, Class testClass, Constructor tc, Method testMethod, Class<?> clazz) private static voidIgnoreListener.updateDescription(ITestAnnotation annotation, Ignore ignore) -
Uses of ITestAnnotation in org.testng.internal.invokers
Methods in org.testng.internal.invokers with parameters of type ITestAnnotationModifier and TypeMethodDescriptionprivate static booleanClassBasedParallelWorker.isSequential(ITestAnnotation test, XmlTest xmlTest)