blob: 4b851f081e1c56c237bab6e791bfebc6d410e26c [file] [log] [blame]
In previous versions of GORM it was much more difficult to setup a unit test to test your GORM logic.
However, since GORM 6.0, this situation has changed and it is relatively trivial to setup GORM for testing.
=== Unit Testing with Spock
include::spock.adoc[]
=== Unit Testing with JUnit
include::junit.adoc[]