@Retention(value: RetentionPolicy.RUNTIME) @Target(value: [ElementType.TYPE]) @GroovyASTTransformationClass(value: org.grails.compiler.injection.testing.IntegrationTestMixinTransformation) @interface Integration
Transformation to apply to integration tests
Type Params | Return Type | Name and description |
---|---|---|
|
abstract Class |
applicationClass() Specify the Application class which should be used for this functional test. |
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.