org.codehaus.groovy.grails.test.runner.phase
[Groovy] Class IntegrationTestPhaseConfigurer
java.lang.Object
org.codehaus.groovy.grails.test.runner.phase.DefaultTestPhaseConfigurer
org.codehaus.groovy.grails.test.runner.phase.IntegrationTestPhaseConfigurer
@groovy.transform.CompileStatic
class IntegrationTestPhaseConfigurer
extends DefaultTestPhaseConfigurer
Test phase configurer for the integration test phase
- Authors:
- Graeme Rocher
- Since:
- 2.3
Method Summary |
void
|
cleanup(groovy.lang.Binding testExecutionContext, java.util.Map testOptions)
|
void
|
prepare(groovy.lang.Binding testExecutionContext, java.util.Map testOptions)
|
Methods inherited from class java.lang.Object
|
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), 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() |
appCtx
protected GrailsWebApplicationContext appCtx
-
projectLoader
protected GrailsProjectLoader projectLoader
-
projectTestCompiler
protected GrailsProjectTestCompiler projectTestCompiler
-
projectWatcher
protected GrailsProjectWatcher projectWatcher
-
registryCleaner
protected MetaClassRegistryCleaner registryCleaner
-
currentApplicationContext
static GrailsWebApplicationContext currentApplicationContext
-
IntegrationTestPhaseConfigurer
IntegrationTestPhaseConfigurer(GrailsProjectTestCompiler projectTestCompiler, GrailsProjectLoader projectLoader)
-
cleanup
@java.lang.Override
void cleanup(groovy.lang.Binding testExecutionContext, java.util.Map testOptions)
-
prepare
@java.lang.Override
void prepare(groovy.lang.Binding testExecutionContext, java.util.Map testOptions)
-
Groovy Documentation