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, getTester
public 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
Exception
public void testProjectDoesNotExistNonAdmin() throws Exception
Exception
public void testEditProjectSuccess()
public void testEditProjectNameExists()
public void testEditProjectValidation()
public void testEditProjectNoAccess()
public void testEditProjectDoesntExist()
public void testEditProjectChangeNothing()
public void testEditWithFieldsExceedingLimits() throws Exception
Exception
public void testEditProjectWithoutBrowseProjectPermission() throws Exception
Exception
public void testProjectCategoriesShowNoneWhenNoCategoriesExist()
public void testProjectCategoriesShowCategoriesWhenTheyExist()
Copyright © 2002-2024 Atlassian. All Rights Reserved.