public class TestEditProject extends BaseJiraFuncTest
| Modifier and Type | Field and Description |
|---|---|
static String |
EDIT_PROJECT_PAGE_URL |
static Object |
NONE_PROJECT_CATEGORY |
static String |
PROJ_NAME |
assertions, backdoor, environmentData, initClass, navigation, tester, testRule| Constructor and Description |
|---|
TestEditProject() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUpTest() |
void |
testEditProjectChangeNothing() |
void |
testEditProjectDoesntExist() |
void |
testEditProjectNameExists() |
void |
testEditProjectNoAccess() |
void |
testEditProjectSuccess() |
void |
testEditProjectValidation() |
void |
testEditProjectWithoutBrowseProjectPermission() |
void |
testEditWithFieldsExceedingLimits() |
void |
testProjectCategoriesShowCategoriesWhenTheyExist() |
void |
testProjectCategoriesShowNoneWhenNoCategoriesExist() |
void |
testProjectDoesNotExistAdmin() |
void |
testProjectDoesNotExistNonAdmin() |
getAssertions, getBackdoor, getEnvironmentData, getTesterpublic static final String EDIT_PROJECT_PAGE_URL
public static final String PROJ_NAME
public static final Object NONE_PROJECT_CATEGORY
public void setUpTest()
public void testProjectDoesNotExistAdmin()
throws Exception
Exceptionpublic void testProjectDoesNotExistNonAdmin()
throws Exception
Exceptionpublic void testEditProjectSuccess()
public void testEditProjectNameExists()
public void testEditProjectValidation()
public void testEditProjectNoAccess()
public void testEditProjectDoesntExist()
public void testEditProjectChangeNothing()
public void testEditWithFieldsExceedingLimits()
throws Exception
Exceptionpublic void testEditProjectWithoutBrowseProjectPermission()
throws Exception
Exceptionpublic void testProjectCategoriesShowNoneWhenNoCategoriesExist()
public void testProjectCategoriesShowCategoriesWhenTheyExist()
Copyright © 2002-2017 Atlassian. All Rights Reserved.