Overview

Test case for edge cases of transaction management features of RootServiceJpa. This involves things like setting transaction per operation to the same value more than once or opening and closing transactions without doing anything.

Assumptions

  • n/a

Procedure 1

  • Set transaction per operation to true
  • Set transaction per operation to true
    • TEST:  should not produce an exception
  • Set transaction per operation to false
  • Set transaction per operation to false
    • TEST:  should not produce an exception

Expected Runtime

  • < 1 sec

Notes

  • n/a
  • No labels