Groovy Documentation

org.codehaus.groovy.grails.test.runner.phase
[Groovy] Interface TestPhaseConfigurer


interface TestPhaseConfigurer

Authors:
Graeme Rocher
Since:
2.3


Method Summary
void cleanup(groovy.lang.Binding testExecutionContext, java.util.Map testOptions)

Cleanup of the test phase

void prepare(groovy.lang.Binding testExecutionContext, java.util.Map testOptions)

Preparation for the test phase

 

Method Detail

cleanup

void cleanup(groovy.lang.Binding testExecutionContext, java.util.Map testOptions)
Cleanup of the test phase


prepare

void prepare(groovy.lang.Binding testExecutionContext, java.util.Map testOptions)
Preparation for the test phase


 

Groovy Documentation