public class TestProjectWebHook extends BaseJiraFuncTest
Modifier and Type | Field and Description |
---|---|
static String |
projectKey |
static String |
projectName |
WebHookTester |
webHooks |
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestProjectWebHook() |
Modifier and Type | Method and Description |
---|---|
void |
setUpTest() |
void |
tearDown() |
void |
testProjectArchivedWebHook() |
void |
testProjectCreatedWebHook() |
void |
testProjectDeletedWebHook() |
void |
testProjectRestoredWebHook() |
void |
testProjectUpdatedWebHook() |
void |
testThatProjectWebHooksAreDistinguishable_preArchiving() |
void |
testThatProjectWebHooksAreDistinguishable() |
void |
testWebHookRegisteredWithModuleDescriptor() |
void |
validateMinorUpgradeCompliantProjectWebHooksAreDistinguishable(java.util.function.Consumer<Long> beforeProjectDeleted) |
getAssertions, getBackdoor, getEnvironmentData, getTester
public static final String projectName
public static final String projectKey
public WebHookTester webHooks
public void setUpTest()
public void tearDown()
public void testProjectCreatedWebHook() throws Exception
Exception
public void testProjectUpdatedWebHook() throws Exception
Exception
public void testProjectDeletedWebHook() throws Exception
Exception
public void testProjectArchivedWebHook() throws Exception
Exception
public void testProjectRestoredWebHook() throws Exception
Exception
public void testWebHookRegisteredWithModuleDescriptor() throws Exception
Exception
public void testThatProjectWebHooksAreDistinguishable_preArchiving() throws Exception
Exception
public void testThatProjectWebHooksAreDistinguishable() throws Exception
Exception
public void validateMinorUpgradeCompliantProjectWebHooksAreDistinguishable(java.util.function.Consumer<Long> beforeProjectDeleted) throws Exception
Exception
Copyright © 2002-2021 Atlassian. All Rights Reserved.