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 voidassertHasCheckbox(String checkBoxValue) protected voidassertHasDisabledCheckbox(String checkBoxValue) protected voidassertNoCheckboxButWarningButton(String applicationKey) protected voidassertUserInGroups(String username, String... groupNames) protected voidassertUserNotInAnyGroups(String username) protected voidcreateUser(String userName) protected NodegetWarningDialog(String applicationKey) protected voidgotoViewUserPage(String username) protected booleanhasNoDefaultGroupWarningForApplication(String applicationKey) protected booleanhasUserLimitReachedWarningForApplication(String applicationKey) protected voidpopulateCreateUserForm(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
-