Tagged Questions
1
vote
1answer
170 views
Grails custom taglib cannot use custom artefact during integration test
I have written a plugin containing a custom TagLib which itself uses a custom artefact instances. The taglib works exactly as expected when the plugin is included in an application. However, I am ...
0
votes
1answer
370 views
Grails 2.0.1: Spock test fail with “No bean named 'grailsLinkGenerator' is defined” where redirect is called
I recently upgraded from Grails 1.3.7 to Grails 2.0.1. The application runs normal, but I get into this trouble when cleaning up tests.
All my tests are spock tests. And I updated spock from ...
3
votes
3answers
2k views
How to unit or integration test use of injected messageSource for i18n in Grails 2.0 service
I make use of a message bundle in one of my services in a Grails 2.0 project for internationalized text. The use case is an email subject that is sent via the mail plugin in an asynchronous way, so it ...
4
votes
3answers
994 views
Grails 2.0 integration test pollution?
So i have a small integration test that houses 5 tests in total. Running that test exclusively results in all tests passed. However running my entire test suite results in 4 test failures of the 5.
...