File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Groovy and the fly likes Trouble mocking grailsApplication properties in integration test Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Languages » Groovy
Reply Bookmark "Trouble mocking grailsApplication properties in integration test" Watch "Trouble mocking grailsApplication properties in integration test" New topic
Author

Trouble mocking grailsApplication properties in integration test

Dave Alvarado
Ranch Hand

Joined: Jul 02, 2008
Posts: 434
Hi,

I'm using Groovy 1.7.7 with Grails 1.2.1. I have this in my integration test ...



Although the second property, clearCacheMsg, evaluates properly to the string I set it to, the first property, "notAuthorizedMsg", evaluates to a ConfigObject, which is wreaking havoc with my tests. I figured this all out through my STS debugger -- http://screencast.com/t/8FVrYFMPt . Does anyone know what I'm doing wrong here? In other words, what is the correct way to mock these configuration properties? - Dave
sergio ramirez
Greenhorn

Joined: Aug 28, 2011
Posts: 4

Hello Dave,

hmmm, have you already tried something like this?




Regards,
Serch
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Trouble mocking grailsApplication properties in integration test
 
Similar Threads
Mocking grailsApplication in Integration testCases
Not able to display starting jsp page index.jsp
Groovy findAll for XML attribute values
LDAP with Grails
Critique Please