You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: