/
Case testNormalUseRestRoot003

Case testNormalUseRestRoot003

Overview

Test case for normal use of clear and close features of RootServiceJpa.

Assumptions

  • n/a

Procedure 1

  • Set transaction per operation to false
  • Begin a transaction
  • Call clear
  • Call commit (to close transaction)
  • TEST: no exceptions

Procedure 2

  • Set transaction per operation to true
  • Call clear
  • TEST: no exceptions

Expected Runtime

  • < 1 sec

Notes

  • close() is implicitly tested by the teardown in normal use, so no explicit procedure is needed for it.