4
votes
2answers
2k views

How to test a Grails Service that utilizes a criteria query (with spock)?

I am trying to test a simple service method. That method mainly just returns the results of a criteria query for which I want to test if it returns the one result or not (depending on what is queried ...
0
votes
1answer
809 views

Why is this Spock Specification in Grails resulting in 'identifier of an instance of projectname.Event was altered from 1 to 2;'?

Running test-app integration:spock causes the following error: identifier of an instance of projectname.Event was altered from 1 to 2; nested exception is org.hibernate.HibernateException: ...