spock.lang
Annotation Type IgnoreIf


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface IgnoreIf

Ignores the annotated spec/feature if the given condition holds.


Required Element Summary
 Class<? extends Closure> value
           
 

Element Detail

value

public abstract Class<? extends Closure> value