jpa-unit
jpa-unit copied to clipboard
Implement automatic cleanup for Cucumber glues
Currently a glue implementation have to take care of the db cleanup by itself by placing @Cleanup annotation on an appropriate method. Automatic cleanup, like available with regular JUnit tests, should be possible as well.