@groovy.transform.CompileStatic class TestingSupportExtension extends AbstractGlobalExtension
Modifiers | Name | Description |
---|---|---|
private AutowiredInterceptor |
autowiredInterceptor |
|
private CleanupContextInterceptor |
cleanupContextInterceptor |
Type | Name and description |
---|---|
AutowiredInterceptor |
autowiredInterceptor |
CleanupContextInterceptor |
cleanupContextInterceptor |
Constructor and description |
---|
TestingSupportExtension
() |
Type Params | Return Type | Name and description |
---|---|---|
|
private MethodInfo |
createJUnitFixtureMethod(SpecInfo specInfo, java.lang.reflect.Method method, MethodKind kind, java.lang.Class<? extends java.lang.annotation.Annotation> annotation) |
|
private MethodInfo |
createMethod(SpecInfo specInfo, java.lang.reflect.Method method, MethodKind kind, java.lang.String name) |
|
private boolean |
isOverriddenJUnitFixtureMethod(SpecInfo specInfo, java.lang.reflect.Method method, java.lang.Class<? extends java.lang.annotation.Annotation> annotation) |
|
void |
visitSpec(SpecInfo spec) |
Groovy Documentation