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 » Other 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: 388
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
 
 
subject: Trouble mocking grailsApplication properties in integration test
 
Threads others viewed
LDAP with Grails
Mocking grailsApplication in Integration testCases
Not able to display starting jsp page index.jsp
Critique Please
Groovy findAll for XML attribute values
MyEclipse, The Clear Choice