public class TestIssueWebHook extends BaseJiraFuncTest
Modifier and Type | Field and Description |
---|---|
static String |
ISSUE_UPDATED |
WebHookTester |
webHooks |
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestIssueWebHook() |
Modifier and Type | Method and Description |
---|---|
void |
setUpTest() |
void |
testIssueUpdatedContainsIssueEventTypeWhenUpdatingIssue() |
void |
testIssueUpdatedFiresOnCommentCreate() |
void |
testIssueUpdatedFiresOnCommentDelete() |
void |
testIssueUpdatedFiresOnCommentEdit() |
void |
testIssueUpdatedFiresWhenUpdateIsWithoutNotifyingUsers() |
getAssertions, getBackdoor, getEnvironmentData, getTester
public static final String ISSUE_UPDATED
public WebHookTester webHooks
public void setUpTest()
public void testIssueUpdatedContainsIssueEventTypeWhenUpdatingIssue() throws Exception
Exception
public void testIssueUpdatedFiresOnCommentCreate() throws Exception
Exception
public void testIssueUpdatedFiresOnCommentEdit() throws Exception
Exception
public void testIssueUpdatedFiresOnCommentDelete() throws Exception
Exception
Copyright © 2002-2022 Atlassian. All Rights Reserved.