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
 java.lang.Class<? extends groovy.lang.Closure> value
           
 

Element Detail

value

public abstract java.lang.Class<? extends groovy.lang.Closure> value


Copyright © 2013. All rights reserved