Join Slack
Powered by
You can: 1. drop all tables 2. use in-memory db a...
# exposed
t
tapac
09/04/2018, 9:04 PM
You can: 1. drop all tables 2. use in-memory db and recreate it between tests 3. Create your own
transaction
function which will call
rollback
at the end Afaik spring
@Transaction
annotation can be configured to rollback all changes. Not sure how it works with Exposed
👍 1
Open in Slack
Previous
Next