Trait |
Description |
DataRepoTest
|
Spec trait to use as a drop in replacement of DataTest and GormToolsTest that has all the methods
from the BuildDataTest to build data for the repos
will set up the repositories properly for the mocked domains |
DomainRepoTest
|
Should works as a drop in replacement for the Grails Testing Support's
grails.testing.gorm.DomainUnitTest for testing a single entity using Generics
Its walks the tree so if you have a Book that has a required Author association you only need to do
implement DomainRepoTest and it will take care of mocking the Author for you. |
GormToolsSpecHelper
|
Helper utils for mocking spring beans needed to test repository's and domains. |
GormToolsTest
|
Specification trait to use as a drop in replacement for DataTest,
will set up the repositories properly for the mocked domains. |
JsonViewSpecSetup
|
Does the setup to make sure beans for json-views are setup |