grails-samples / grails-petclinic

The introductory sample application for Grails
68 stars 93 forks source link

Added Domain tests/constraints; tutorial updates/fixes #19

Closed kktec closed 10 years ago

kktec commented 10 years ago

Notes:

  1. Removed the Eclipse metadata files as GGTS unnecessarily changes them. not needed.
  2. Added tests for validation logic in all Domain classes
  3. Added new constraints in PetType and Speciality to demo testing techniques
  4. Various fixes and updates to the tutorial