...
Prerequisites are tested in the class SecurityServiceRestTest.
- The run.config.ts specifies a "security.handler" with any required parameters also specified.
- The run.config.ts has an "admin.user" and "admin.password" specified
- The run.config.ts has an "viewer.user" and "viewer.password" specified
- The run.config.ts has a "bad.user" and "bad.password" specified
- No user exists in the database with the "bad.user" userName.
...
- Normal Use - org.ihtsdo.otf.ts.test.rest.SecurityServiceRestNormalUseTest
- Degenerate Use - org.ihtsdo.otf.ts.test.rest.SecurityServiceRestDegenerateUseTest
- Edge Cases - org.ihtsdo.otf.ts.test.rest.SecurityServiceRestEdgeCasesTest
- Case testEdgeCasesRestSecurity001
- n/a (no conditions)
- Case testEdgeCasesRestSecurity003
- Role Check - org.ihtsdo.otf.ts.test.rest.SecurityServiceRestRoleCheckTest
- n/a (no conditions)
- Case testRoleCheckRestSecurity002
- n/a (no conditions)
...