Uses of Class
org.testng.annotations.Ignore
-
Packages that use Ignore Package Description org.testng.internal.annotations -
-
Uses of Ignore in org.testng.internal.annotations
Methods in org.testng.internal.annotations that return Ignore Modifier and Type Method Description private static Ignore
IgnoreListener. findAnnotation(java.lang.Package testPackage)
Methods in org.testng.internal.annotations with parameters of type Ignore Modifier and Type Method Description private static void
IgnoreListener. ignoreTest(ITestAnnotation annotation, Ignore ignore)
private static void
IgnoreListener. updateDescription(ITestAnnotation annotation, Ignore ignore)
-