Class TestCreateUserHelper

java.lang.Object
com.atlassian.jira.functest.framework.BaseJiraFuncTest
com.atlassian.jira.webtests.ztests.license.TestCreateUserHelper
Direct Known Subclasses:
TestCreateUserInMultipleApplicationRoles, TestCreateUserMultiApplicationInstance, TestCreateUserSingleApplicationInstance, TestPersonalLicense, TestUserLimitedLicense

public abstract class TestCreateUserHelper extends BaseJiraFuncTest
  • Field Details

  • Constructor Details

    • TestCreateUserHelper

      public TestCreateUserHelper()
  • Method Details

    • populateCreateUserForm

      protected void populateCreateUserForm(String userName)
    • createUser

      protected void createUser(String userName)
    • gotoViewUserPage

      protected void gotoViewUserPage(String username)
    • assertUserInGroups

      protected void assertUserInGroups(String username, String... groupNames)
    • assertUserNotInAnyGroups

      protected void assertUserNotInAnyGroups(String username)
    • assertHasCheckbox

      protected void assertHasCheckbox(String checkBoxValue)
    • assertHasDisabledCheckbox

      protected void assertHasDisabledCheckbox(String checkBoxValue)
    • getWarningDialog

      protected Node getWarningDialog(String applicationKey)
    • assertNoCheckboxButWarningButton

      protected void assertNoCheckboxButWarningButton(String applicationKey)
    • hasNoDefaultGroupWarningForApplication

      protected boolean hasNoDefaultGroupWarningForApplication(String applicationKey)
    • hasUserLimitReachedWarningForApplication

      protected boolean hasUserLimitReachedWarningForApplication(String applicationKey)