@Retention(RUNTIME)
@Target({METHOD,TYPE,PACKAGE})
public @interface Ignore
package-info.java. For example:
@Ignore package test.ignorePackage; import org.testng.annotations.Ignore;
| Modifier and Type | Optional Element | Description |
|---|---|---|
java.lang.String |
value |