Thursday, June 23, 2011

Grails - Plugin - Build Test Data

Grails - Plugin - Build Test Data
This plugin allows the user to easily create testing data through the use of a "build" method that is added to all Domain Classes. The build method inspects all of the constraints and creates default values for those required properties.

This testing data is much more robust as it changes with the domain classes when new properties and constraints are added. The only tests that will break are the ones directly related to the changes you're making, rather than any test using any part of that domain class.

No comments:

Post a Comment