Groovy Documentation

grails.test.mixin.integration
[Groovy] Annotation Type Integration

java.lang.Object
  grails.test.mixin.integration.Integration

@java.lang.annotation.Retention(RetentionPolicy.RUNTIME)
@java.lang.annotation.Target([ElementType.TYPE])
@org.codehaus.groovy.transform.GroovyASTTransformationClass("org.codehaus.groovy.grails.compiler.injection.test.IntegrationTestMixinTransformation")
@interface Integration

Transformation to apply to integration tests

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