java.lang.Object
io.ebean.test.ForTests.RollbackAll
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
ForTests
A wrapping transaction used in test code to rollback all changes.
We must ensure that close() is called.
-
Method Summary
-
Method Details
-
close
public void close()Rollback the wrapping transaction.- Specified by:
closein interfaceAutoCloseable
-