Overview

Test case for normal use of rollback and commit features of RootServiceJpa.

Assumptions

  • n/a

Procedure 1

  • Set transaction per operation to false
  • Begin a transaction
  • Call rollback
  • Begin a transaction
  • Call commit
  • TEST: no exceptions

Expected Runtime

  • < 1 sec

Notes

  • n/a
  • No labels