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, getTesterpublic static final String PROPERTY_KEY
public static final String PROJECT_KEY
public void setUpTest()
public void testCreatingNewIssueTypeProperty()
throws Exception
Exceptionpublic void testPropertyRemovedWhenIssueTypeRemoved()
throws Exception
Exceptionpublic void testSetResultsInForbiddenForNotAdminWithPermissionsToViewIssueType()
throws Exception
Exceptionpublic void testDeleteResultsInForbiddenForNotAdminWithPermissionsToViewIssueType()
throws Exception
Exceptionpublic void testSetResultsInNotFoundForNotAdminWithoutPermissionsToViewIssueType()
throws Exception
ExceptionCopyright © 2002-2024 Atlassian. All Rights Reserved.