@java.lang.annotation.Retention(value: RetentionPolicy.RUNTIME) @java.lang.annotation.Target(value: [ElementType.TYPE]) @org.codehaus.groovy.transform.GroovyASTTransformationClass(value: org.grails.compiler.injection.testing.IntegrationTestMixinTransformation) @interface Integration
Transformation to apply to integration tests
Type Params | Return Type | Name and description |
---|---|---|
|
abstract java.lang.Class |
applicationClass() Specify the Application class which should be used for this functional test. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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() |
Specify the Application class which should be used for this functional test. If unspecified the test runtime environment will attempt to locate a class in the project which extends grails.boot.config.GrailsAutoConfiguration which can be problematic in multi project builds where multiple Application classes may exist.