Wednesday, May 6, 2009

Note to self: How to do integration testing

When writing integration tests in Grails. First construct the data objects, then save them (and get error messages when consistency rules are violated), then finally construct connections and test integrations.

No comments: