|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.grails.test.support.GrailsTestInterceptor
class GrailsTestInterceptor extends java.lang.Object
Constructor Summary | |
GrailsTestInterceptor(java.lang.Object test, GrailsTestMode mode, org.springframework.context.ApplicationContext appCtx, java.lang.String[] testClassSuffixes)
|
Method Summary | |
---|---|
protected java.lang.Object
|
autowireIfNecessary()
|
protected java.lang.Object
|
createAutowirer()
|
protected java.lang.Object
|
createRequestEnvironmentInterceptor()
|
protected java.lang.Object
|
createTransactionInterceptor()
|
void
|
destroy()
|
protected java.lang.Object
|
destroyRequestEnvironmentIfNecessary()
|
protected java.lang.Object
|
destroyTransactionIfNecessary()
|
protected java.lang.Object
|
getControllerName()
|
void
|
init()
|
protected java.lang.Object
|
initRequestEnvironmentIfNecessary(groovy.lang.Closure body)
|
protected java.lang.Object
|
initTransactionIfNecessary()
|
void
|
wrap(groovy.lang.Closure body)
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), 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() |
Constructor Detail |
---|
GrailsTestInterceptor(java.lang.Object test, GrailsTestMode mode, org.springframework.context.ApplicationContext appCtx, java.lang.String[] testClassSuffixes)
Method Detail |
---|
protected java.lang.Object autowireIfNecessary()
protected java.lang.Object createAutowirer()
protected java.lang.Object createRequestEnvironmentInterceptor()
protected java.lang.Object createTransactionInterceptor()
void destroy()
protected java.lang.Object destroyRequestEnvironmentIfNecessary()
protected java.lang.Object destroyTransactionIfNecessary()
protected java.lang.Object getControllerName()
void init()
protected java.lang.Object initRequestEnvironmentIfNecessary(groovy.lang.Closure body)
protected java.lang.Object initTransactionIfNecessary()
void wrap(groovy.lang.Closure body)
Groovy Documentation