I am using it to mock anything really. In a controller to mock the
services it depends on, general mocking in services, params request
response in controller, out link etc in taglib.
The best thing in the Testing Plugin is the mocking of domain object
where you can use finder etc. So there is a room for both framework in
parallel. Maybe we could talk to the grails/testing plugins people and
see if we can integrate gmock into it (and replace the horrible
MockFor and StubFor). We could think of creating a controller that
would 'extends' both framework.
2009/3/10 Johnny <
johnny...@gmail.com>: