borinquenkid commented on PR #15685:
URL: https://github.com/apache/grails-core/pull/15685#issuecomment-4567424017

   Without having to copy a large block of code `HibernateGormDatastoreSpec` 
extends `GrailsDataTckSpec<GrailsDataHibernate7TckManager>` and encapsulates 
setup logic and test logic that was spread all over specs. 
   
   ```java
    GrailsHibernatePersistentEntity createPersistentEntity(Class clazz) {
           return createPersistentEntity(clazz, getGrailsDomainBinder())
       }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to