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
-
Field Summary
FieldsFields inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
assertHasCheckbox
(String checkBoxValue) protected void
assertHasDisabledCheckbox
(String checkBoxValue) protected void
assertNoCheckboxButWarningButton
(String applicationKey) protected void
assertUserInGroups
(String username, String... groupNames) protected void
assertUserNotInAnyGroups
(String username) protected void
createUser
(String userName) protected Node
getWarningDialog
(String applicationKey) protected void
gotoViewUserPage
(String username) protected boolean
hasNoDefaultGroupWarningForApplication
(String applicationKey) protected boolean
hasUserLimitReachedWarningForApplication
(String applicationKey) protected void
populateCreateUserForm
(String userName) Methods inherited from class com.atlassian.jira.functest.framework.BaseJiraFuncTest
getAssertions, getBackdoor, getEnvironmentData, getTester
-
Field Details
-
locator
-
textAssertions
-
-
Constructor Details
-
TestCreateUserHelper
public TestCreateUserHelper()
-
-
Method Details
-
populateCreateUserForm
-
createUser
-
gotoViewUserPage
-
assertUserInGroups
-
assertUserNotInAnyGroups
-
assertHasCheckbox
-
assertHasDisabledCheckbox
-
getWarningDialog
-
assertNoCheckboxButWarningButton
-
hasNoDefaultGroupWarningForApplication
-
hasUserLimitReachedWarningForApplication
-