Grails Fixtures Plugin: How do I clean up fixtures after every integration test in Grails?

152 views Asked by At

I want all the fixtures I've created for one test to be removed once it's done to keep my tests isolated. Is there a way to iterate over the fixture object and delete the GORM objects that are persisted?

0

There are 0 answers