Package grails.test

Class Summary
AbstractClosureProxy Skeleton implementation of a wrapper class for closures that allows you to intercept invocations of the closure.
GrailsAwareGroovyTestSuite Adds support for running Grails JUnit Tests from Eclipse JUnit runner or even from the command line.
MockClosureProxy This closure proxy stores an expectation and checks it before each call to the target closure.