public class TestIssueTypePropertyResource extends BaseJiraFuncTest
Modifier and Type | Field and Description |
---|---|
static String |
PROJECT_KEY |
static String |
PROPERTY_KEY |
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestIssueTypePropertyResource() |
Modifier and Type | Method and Description |
---|---|
void |
setUpTest() |
void |
testCreatingNewIssueTypeProperty() |
void |
testDeleteProperty() |
void |
testDeleteResultsInForbiddenForNotAdminWithPermissionsToViewIssueType() |
void |
testDeleteResultsInNotFoundForNotAdminWithoutPermissionsToViewIssueType() |
void |
testPropertyRemovedWhenIssueTypeRemoved() |
void |
testSetResultsInForbiddenForNotAdminWithPermissionsToViewIssueType() |
void |
testSetResultsInNotFoundForNotAdminWithoutPermissionsToViewIssueType() |
getAssertions, getBackdoor, getEnvironmentData, getTester
public static final String PROPERTY_KEY
public static final String PROJECT_KEY
public void setUpTest()
public void testCreatingNewIssueTypeProperty() throws Exception
Exception
public void testPropertyRemovedWhenIssueTypeRemoved() throws Exception
Exception
public void testSetResultsInForbiddenForNotAdminWithPermissionsToViewIssueType() throws Exception
Exception
public void testDeleteResultsInForbiddenForNotAdminWithPermissionsToViewIssueType() throws Exception
Exception
public void testSetResultsInNotFoundForNotAdminWithoutPermissionsToViewIssueType() throws Exception
Exception
Copyright © 2002-2022 Atlassian. All Rights Reserved.