Class AccountManagementResourceAcceptanceTest

java.lang.Object
com.atlassian.crowd.acceptance.tests.rest.service.account.AccountManagementResourceAcceptanceTest

public class AccountManagementResourceAcceptanceTest extends Object
  • Field Details

  • Constructor Details

    • AccountManagementResourceAcceptanceTest

      public AccountManagementResourceAcceptanceTest()
  • Method Details

    • shouldChangePasswordCorrectly

      public void shouldChangePasswordCorrectly()
    • shouldNotChangePasswordWhenAuthorizationFails

      public void shouldNotChangePasswordWhenAuthorizationFails()
    • shouldNotChangePasswordWhenNewPasswordConstraintViolated

      public void shouldNotChangePasswordWhenNewPasswordConstraintViolated()
    • shouldChangeExpiredPassword

      public void shouldChangeExpiredPassword()
    • shouldResetPasswordCorrectly

      public void shouldResetPasswordCorrectly()
    • shouldNotResetPasswordWhenTokenInvalid

      public void shouldNotResetPasswordWhenTokenInvalid()
    • shouldNotResetPasswordWhenNewPasswordConstraintViolated

      public void shouldNotResetPasswordWhenNewPasswordConstraintViolated()
    • shouldResetExpiredPassword

      public void shouldResetExpiredPassword()
    • shouldReturnNoContentWhenForgottenUsernameForExistingEmail

      public void shouldReturnNoContentWhenForgottenUsernameForExistingEmail()
    • shouldReturnNoContentWhenForgottenUsernameFromDirWithoutModifications

      public void shouldReturnNoContentWhenForgottenUsernameFromDirWithoutModifications()
    • shouldReturnNoContentWhenForgottenUsernameForNonExistingEmail

      public void shouldReturnNoContentWhenForgottenUsernameForNonExistingEmail()
    • shouldReturnNoContentWhenForgottenPasswordForDirectoryWithModifications

      public void shouldReturnNoContentWhenForgottenPasswordForDirectoryWithModifications()
    • shouldReturnNoContentWhenForgottenPasswordForDirWithoutModifications

      public void shouldReturnNoContentWhenForgottenPasswordForDirWithoutModifications()
    • shouldReturnNoContentWhenForgottenPasswordForNonExistingUsername

      public void shouldReturnNoContentWhenForgottenPasswordForNonExistingUsername()