jpa-unit icon indicating copy to clipboard operation
jpa-unit copied to clipboard

Implement automatic cleanup for Cucumber glues

Open dadrus opened this issue 8 years ago • 0 comments

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.

dadrus avatar Sep 18 '17 04:09 dadrus