Uses of Class
org.codehaus.groovy.grails.test.support.GrailsTestInterceptor

Packages that use GrailsTestInterceptor
org.codehaus.groovy.grails.test.junit4.runner   
org.codehaus.groovy.grails.test.support   
 

Uses of GrailsTestInterceptor in org.codehaus.groovy.grails.test.junit4.runner
 

Constructors in org.codehaus.groovy.grails.test.junit4.runner with parameters of type GrailsTestInterceptor
GrailsTestEnvironmentStatement(org.junit.runners.model.Statement testStatement, Object test, GrailsTestInterceptor interceptor)
           
 

Uses of GrailsTestInterceptor in org.codehaus.groovy.grails.test.support
 

Methods in org.codehaus.groovy.grails.test.support that return GrailsTestInterceptor
 GrailsTestInterceptor GrailsTestMode.createInterceptor(Object test, ApplicationContext appCtx, String[] testClassSuffixes)