spock.lang
Annotation Type Ignore


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

Indicates that a specification or feature method should not be run.

Author:
Peter Niederwieser

Optional Element Summary
 java.lang.String value
          The reason for ignoring this element.
 

value

public abstract java.lang.String value
The reason for ignoring this element.

Returns:
the reason for ignoring this element
Default:
""


Copyright © 2013. All rights reserved