Annotation Type Skip


@Retention(RUNTIME) @Target(METHOD) public @interface Skip
Indicates that a test annotated with Test should be skipped. Note that this annotation has no effect on a procedure that does not also have the @Test annotation.
Since:
1.0
Author:
Alonso del Arte