gorm « Test « JPA Q&A





1. grails unit test of domain class (gorm)    stackoverflow.com

Started playing with grails and I want to evaluate GORM. I created a domain class Client with name , vatNumber, regNumber and the test class was created automatically (using Spring Tool Suite) The ...

2. Grails 2.0.0.M1 Unit Testing - Weird error with .save() using Hibernate2.0.0.M1    stackoverflow.com

I have the following in a unit test class called MyDomainClassTests.groovy

   void testCascadingProperties() {
        def testInstances = []
     ...

3. Which Dynamic methods are not included in Grails Unit Tests?    stackoverflow.com

Reading the documentation on Grails Unit testing I came across the following:

In Grails you need to be particularly aware of the difference between unit and integration tests because ...

4. integration test with app-engine and gorm-jpa    forum.springsource.org

integration test with app-engine and gorm-jpa Hi all, I am using grails 1.3.5 and the latest app-engine and gorm-jpa plugins. I created a User class and a UserIntegrationTest to test it. ...