Groovy Documentation

Package org.codehaus.groovy.grails.plugins.testing

 

Class Summary
GrailsMockErrors A simple Spring Errors implementation that adds support for Groovy- style access to field errors.
GrailsMockHttpServletRequest A custom mock HTTP servlet request that provides the extra properties and methods normally injected by the "servlets" plugin.
GrailsMockHttpServletResponse Simple sub-class of Spring's MockHttpServletResponse that adds the left-shift operator, "<<".
GrailsMockHttpSession Simple sub-class of Spring's MockHttpSession that adds support for map and property notation, i.e.
GrailsMockMultipartFile Extends the default Spring MockMultipartFile to provide an implementation of transferTo that doesn't use the file system.
 


Groovy Documentation