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
 String value
          The reason for ignoring this element.
 

value

public abstract String value
The reason for ignoring this element.

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


Copyright © 2010. All Rights Reserved.