@CompileStatic class GrailsTestInterceptor extends Object
Constructor and description |
---|
GrailsTestInterceptor(Object test, GrailsTestMode mode, ApplicationContext appCtx, String[] testClassSuffixes) |
Type Params | Return Type | Name and description |
---|---|---|
|
protected Object |
autowireIfNecessary() |
|
protected GrailsTestAutowirer |
createAutowirer() |
|
protected GrailsTestRequestEnvironmentInterceptor |
createRequestEnvironmentInterceptor() |
|
protected GrailsTestTransactionInterceptor |
createTransactionInterceptor() |
|
void |
destroy() |
|
protected Object |
destroyRequestEnvironmentIfNecessary() |
|
protected Object |
destroyTransactionIfNecessary() |
|
protected String |
getControllerName() |
|
void |
init() |
|
protected Object |
initRequestEnvironmentIfNecessary() |
|
protected Object |
initTransactionIfNecessary() |
|
void |
wrap(Closure body) |