public abstract class TestCreateUserHelper extends BaseJiraFuncTest
Modifier and Type | Field and Description |
---|---|
protected LocatorFactory |
locator |
protected TextAssertions |
textAssertions |
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestCreateUserHelper() |
Modifier and Type | Method and Description |
---|---|
protected 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) |
getAssertions, getBackdoor, getEnvironmentData, getTester
@Inject protected LocatorFactory locator
@Inject protected TextAssertions textAssertions
protected void populateCreateUserForm(String userName)
protected void createUser(String userName)
protected void gotoViewUserPage(String username)
protected void assertUserNotInAnyGroups(String username)
protected void assertHasCheckbox(String checkBoxValue)
protected void assertHasDisabledCheckbox(String checkBoxValue)
protected void assertNoCheckboxButWarningButton(String applicationKey)
protected boolean hasNoDefaultGroupWarningForApplication(String applicationKey)
protected boolean hasUserLimitReachedWarningForApplication(String applicationKey)
Copyright © 2002-2021 Atlassian. All Rights Reserved.