However it seems that integration tests take precedence over unit tests as I get clear results even though my unit tests fail:

This would seem to be pretty poor form. I would have hoped to see failures for all tests unit and integration. If anyone has struck this problem before let me know...
Update:After reading the doc's at grails.org I've found that running the tests using grails test-app -unit solves my problem.
No comments:
Post a Comment