Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Test case for normal use of the REST security service logout method. 

Assumptions

  • Test harness is called with a run.config having authentication set to the DefaultSecurityServiceHandler.
  • Test harness is configured to connect to a database having "guest" and "admin" users that can be authenticated with any password.

    Procedure 1

    • Authenticate "guest" user with "guest" password
    • Authenticate "admin" user with any password
    • Logout using token "guest"
    • Logout using token "admin"
    • TEST: no exceptions

    Expected Runtime

    • < 1 sec

    Notes

    • n/a