@groovy.transform.CompileStatic @org.codehaus.groovy.transform.GroovyASTTransformation(phase: CompilePhase.CANONICALIZATION) class IntegrationTestAstTransformation extends java.lang.Object implements org.codehaus.groovy.transform.ASTTransformation, org.codehaus.groovy.transform.TransformWithPriority
| Modifiers | Name | Description |
|---|---|---|
static org.codehaus.groovy.ast.ClassNode |
CONTEXT_CONFIG_ANNOTATION |
|
static org.codehaus.groovy.ast.ClassNode |
GRAILS_APPLICATION_CONTEXT_LOADER |
|
static org.codehaus.groovy.ast.ClassNode |
INTEGRATION_TEST_CLASS_NODE |
|
static org.codehaus.groovy.ast.ClassNode |
RUN_WITH_ANNOTATION_NODE |
|
static java.lang.String |
SPEC_CLASS |
|
static org.codehaus.groovy.ast.ClassNode |
SPRING_APPLICATION_CONFIGURATION_CLASS_NODE |
|
static org.codehaus.groovy.ast.ClassNode |
SPRING_JUNIT4_CLASS_RUNNER |
|
static org.codehaus.groovy.ast.ClassNode |
WEB_APP_CONFIGURATION |
| Type | Name and description |
|---|---|
static org.codehaus.groovy.ast.ClassNode |
MY_TYPE |
| Constructor and description |
|---|
IntegrationTestAstTransformation() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
protected void |
enableAutowireByName(org.codehaus.groovy.ast.ClassNode classNode) |
|
protected void |
enhanceGebSpecWithPort(org.codehaus.groovy.ast.ClassNode classNode) |
|
int |
priority() |
|
void |
visit(org.codehaus.groovy.ast.ASTNode[] astNodes, org.codehaus.groovy.control.SourceUnit source) |
|
void |
weaveIntegrationTestMixin(org.codehaus.groovy.ast.ClassNode classNode, org.codehaus.groovy.ast.ClassNode applicationClassNode) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Groovy Documentation