public class TestEditUserProjectRoles extends BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule| Constructor and Description |
|---|
TestEditUserProjectRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAddAssociationToProjects() |
void |
testAddAssociationToProjectThatHasAMemberWithTheSameFullname()
The import xml used in the setup has the following:
Has a user with username 'user1' and fullname 'SameName'
Another user with username 'user2' and fullname 'SameName'
user 'user1' is already a member of Role 'Developers'
This test will try to add user 'user2' to the 'Developers' Role.
|
void |
testGlobalAdminCanRemoveAnyoneFromRole() |
void |
testGroupAssociationPresentInEditProjectRolesForUser() |
void |
testGroupAssociationPresentInViewProjectRolesForUser() |
void |
testNoProjectAssociationsForViewPage() |
void |
testRemoveAssociationFromProject() |
getAssertions, getBackdoor, getEnvironmentData, getTesterpublic void testNoProjectAssociationsForViewPage()
public void testAddAssociationToProjects()
throws SAXException
SAXExceptionpublic void testAddAssociationToProjectThatHasAMemberWithTheSameFullname()
throws SAXException
SAXException - caused from table cell checkspublic void testRemoveAssociationFromProject()
public void testGlobalAdminCanRemoveAnyoneFromRole()
public void testGroupAssociationPresentInEditProjectRolesForUser()
public void testGroupAssociationPresentInViewProjectRolesForUser()
Copyright © 2002-2018 Atlassian. All Rights Reserved.