Package spock.lang
Annotation Type Ignore
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface IgnoreIndicates that a specification or feature method should not be run.- Author:
- Peter Niederwieser
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringvalueThe reason for ignoring this element.
-