Sign in to edit and +1 items.
Login required
Download

Build Test Data Plugin

(15)
Used by approximately
2%
of Grails users
Author(s) Ted Naleid
Current Release 2.0.2   (2 months ago)
Grails Version 2.0.0 > *
License(s) Apache License 2.0
Tags data  domain  testing 
Dependency
compile ":build-test-data:2.0.2"
Enables the easy creation of test data by automatic inspection of constraints. Any properties that are required have their constraints examined and a value is automatically provided for them.
Last updated by admin 3 years ago
grails install-plugin build-test-data
Last updated by tednaleid 1 month ago
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.

See the Official Docs for detailed documentation and code samples.

I've also created a blog post showing some of the details of the initial build-test-data release

I've also created a presentation for build-test-data that I presented to the Groovy Users of Minnesota .

Last updated by admin 3 years ago
Last updated by admin 3 years ago