Search Java Classes and Packages
Search Java Frameworks and Libraries
#Spock.lang Classes and Interfaces - 17 results found.
| Name | Description | Type | Package | Framework |
| AutoCleanup | Automatically cleans up the object stored in the annotated field or property at the end of its life time. | Class | spock.lang | Spock |
|
| FailsWith | Indicates that a feature method is expected to fail with the given exception. | Class | spock.lang | Spock |
|
| Ignore | Indicates that a specification or feature method should not be run. | Class | spock.lang | Spock |
|
| IgnoreIf | Ignores the annotated spec or feature if the given condition holds. | Class | spock.lang | Spock |
|
| IgnoreRest | | Class | spock.lang | Spock |
|
| Issue | Indicates that a feature method or specification relates to one or more issues in an external issue tracking system. | Class | spock.lang | Spock |
|
| Narrative | | Class | spock.lang | Spock |
|
| PendingFeature | Indicates that the feature is not fully implemented yet and should not be reported as error. | Class | spock.lang | Spock |
|
| Requires | Ignores the annotated spec or feature unless the given condition holds. | Class | spock.lang | Spock |
|
| See | One or more references to external information related to a specification or feature. | Class | spock.lang | Spock |
|
| Shared | | Class | spock.lang | Spock |
|
| Specification | Base class for Spock specifications. | Class | spock.lang | Spock |
|
| Stepwise | Indicates that a spec's feature methods should be run sequentially in their declared order (even in the presence of a parallel spec runner), | Class | spock.lang | Spock |
|
| Subject | Indicates which objects/classes are the subjects of a specification. | Class | spock.lang | Spock |
|
| Timeout | Indicates that the execution of a method should time out after the given duration has elapsed. | Class | spock.lang | Spock |
|
| Title | | Class | spock.lang | Spock |
|
| Unroll | Indicates that iterations of a data-driven feature should be made visible as separate features to the outside world (IDEs, reports, etc. | Class | spock.lang | Spock |