Class TestProjectRoles

java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.project.TestProjectRoles

public class TestProjectRoles extends BaseJiraFuncTest
Responsible for testing project roles.
  • Field Details

    • page

      @Inject protected HtmlPage page
  • Constructor Details

    • TestProjectRoles

      public TestProjectRoles()
  • Method Details

    • testProjectRoleOperations

      public void testProjectRoleOperations()
    • testCreateIssueWithRolePermissions

      public void testCreateIssueWithRolePermissions()
    • testCreateIssueWithRolePermissionsForGroup

      public void testCreateIssueWithRolePermissionsForGroup()
    • testAddDefaultUsersAndDefaultGroupsToRole

      public void testAddDefaultUsersAndDefaultGroupsToRole()
    • testDeleteProjectRoleRemovesSchemeEntries

      public void testDeleteProjectRoleRemovesSchemeEntries()
    • testDeleteProjectRoleWorkflowConditions

      public void testDeleteProjectRoleWorkflowConditions()
    • testProjectRoleBrowserForNotLoggedInUser

      public void testProjectRoleBrowserForNotLoggedInUser()
    • testViewUsages

      public void testViewUsages()
      Tests to see if the view usages screen contains all the associations it should
    • addGroupToProjectRole

      public void addGroupToProjectRole(String groupName, String projectKey, String roleName)
    • addUserToProjectRole

      public void addUserToProjectRole(String userName, String projectKey, String roleName)