Groovy Documentation

grails.test.spock
[Groovy] Annotation Type Integration

java.lang.Object
  grails.test.spock.Integration

@java.lang.annotation.Retention(RetentionPolicy.RUNTIME)
@java.lang.annotation.Target([ElementType.TYPE, ElementType.TYPE])
@org.spockframework.runtime.extension.ExtensionAnnotation(IntegrationSpecConfigurerExtension)
@interface Integration

Spock extension that can be applied to Integration tests to make them Grails aware

Authors:
Graeme Rocher
Since:
2.3


Method Summary
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Groovy Documentation