/
Case testEdgeCasesRestRoot002
Case testEdgeCasesRestRoot002
Overview
Test case for edge cases of rollback and commit features of RootServiceJpa. This involves committing or rolling back transactions without any queries.
Assumptions
- n/a
Procedure 1
- Set transaction per operation to false
- Begin a transaction
- Commit
- TEST: should not produce an exception
- Begin a transaction
- Rollback
- TEST: should not produce an exception
Expected Runtime
- < 1 sec
Notes
- n/a