
17
Oct, 15
Test forward method of Controller
This blogpost titled “Test forward method of Controller” explains the technique that can be used to test forward method of controller. Recently, I was writing test cases in grails to test an action : [php] def performAction() { forward(controller:...
Recent Comments