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, getTesterpublic static final String ISSUE_UPDATED
public WebHookTester webHooks
public void setUpTest()
public void testIssueUpdatedContainsIssueEventTypeWhenUpdatingIssue()
throws Exception
Exceptionpublic void testIssueUpdatedFiresOnCommentCreate()
throws Exception
Exceptionpublic void testIssueUpdatedFiresOnCommentEdit()
throws Exception
Exceptionpublic void testIssueUpdatedFiresOnCommentDelete()
throws Exception
ExceptionCopyright © 2002-2018 Atlassian. All Rights Reserved.