java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.bundledplugins2.webhooks.TestUserWebHook

public class TestUserWebHook extends BaseJiraFuncTest
  • Field Details

  • Constructor Details

    • TestUserWebHook

      public TestUserWebHook()
  • Method Details

    • setUpTest

      public void setUpTest()
    • testWebhookIsSentForCreatedUserWhenListenerIsPersisted

      public void testWebhookIsSentForCreatedUserWhenListenerIsPersisted() throws Exception
      Throws:
      Exception
    • testWebhookIsSentForCreatedUserWhenListenerComesFromModuleDescriptor

      public void testWebhookIsSentForCreatedUserWhenListenerComesFromModuleDescriptor() throws Exception
      Throws:
      Exception
    • testWebhookIsSentForDeletedUserWhenListenerIsPersisted

      public void testWebhookIsSentForDeletedUserWhenListenerIsPersisted() throws Exception
      Throws:
      Exception
    • testUriVariablesAreCorrectlyProvidedForUserCreatedWebHook

      public void testUriVariablesAreCorrectlyProvidedForUserCreatedWebHook() throws Exception
      Throws:
      Exception
    • testUriVariablesAreCorrectlyProvidedForUserDeletedWebHook

      public void testUriVariablesAreCorrectlyProvidedForUserDeletedWebHook() throws Exception
      Throws:
      Exception
    • testUserUpdatedWebhookIsSentWhenEmailIsChanged

      public void testUserUpdatedWebhookIsSentWhenEmailIsChanged() throws Exception
      Throws:
      Exception
    • testUserUpdatedWebhookIsSentWhenDisplayNameIsChanged

      public void testUserUpdatedWebhookIsSentWhenDisplayNameIsChanged() throws Exception
      Throws:
      Exception
    • testUserUpdatedWebhookIsSentWhenNameIsChanged

      public void testUserUpdatedWebhookIsSentWhenNameIsChanged() throws Exception
      Throws:
      Exception
    • testCorrectParametersAreSentForUserUpdatedWebhook

      public void testCorrectParametersAreSentForUserUpdatedWebhook() throws Exception
      Throws:
      Exception