Uses of Annotation Interface
org.testng.annotations.Ignore
Packages that use Ignore
-
Uses of Ignore in org.testng.internal.annotations
Methods in org.testng.internal.annotations that return IgnoreModifier and TypeMethodDescriptionprivate static Ignore
IgnoreListener.findAnnotation
(Package testPackage) Methods in org.testng.internal.annotations with parameters of type IgnoreModifier and TypeMethodDescriptionprivate static void
IgnoreListener.ignoreTest
(ITestAnnotation annotation, Ignore ignore) private static void
IgnoreListener.updateDescription
(ITestAnnotation annotation, Ignore ignore)