/
Case testDegenerateUseRestProject002
Case testDegenerateUseRestProject002
Overview
Test case for degenerate use of the "get project(s)" features of the REST project service.
Procedure 1
- Authenticate "viewer.user" with "viewer.password"
- Call "get project" with a null identifier
- TEST: exception
Procedure 2: Testing delete services
- Delete user with valid id but used by a project
- Create project
- Add user to project
- Delete user
- TEST: Should throw ForeignConstraint exception
- Delete project
Expected Runtime
- < 1 sec
Notes
- n/a