public class TestCreateUserMultiApplicationInstance extends TestCreateUserHelper
When one of the Applications has an error:
locator, textAssertions
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestCreateUserMultiApplicationInstance() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testRoleUserLimitsWhenAllRolesOverLimit()
Tests
ApplicationRoleManager.isAnyRoleLimitExceeded()
where 2 roles are exceeded. |
void |
testRoleUserLimitsWhenAllRolesUnderLimit()
Tests
ApplicationRoleManager.isAnyRoleLimitExceeded()
with a number of users equal to the #users granted by license. |
void |
testRoleUserLimitsWhenOneRoleOverLimit()
Tests
ApplicationRoleManager.isAnyRoleLimitExceeded()
where #users exceeds licensed limit in 1 of the 2 roles. |
void |
testShouldCreateUserAndAddToGroupsOfMultipleApplications() |
void |
testShouldCreateUserAndOnlyAddToDefaultGroupOfSelectedApplication() |
void |
testShouldCreateUserWhenAdminHasNotSelectedAnyApplications() |
void |
testShouldWarnUserWhenApplicationHasNoDefaultGroup() |
void |
testShouldWarnUserWhenOneOfAppsHasReachedLicenseLimitAndAllowCreationUsingOtherApp() |
assertHasCheckbox, assertHasDisabledCheckbox, assertNoCheckboxButWarningButton, assertUserInGroups, assertUserNotInAnyGroups, createUser, getWarningDialog, gotoViewUserPage, hasNoDefaultGroupWarningForApplication, hasUserLimitReachedWarningForApplication, populateCreateUserForm
getAssertions, getBackdoor, getEnvironmentData, getTester
public TestCreateUserMultiApplicationInstance()
public void setUp()
public void testShouldCreateUserAndAddToGroupsOfMultipleApplications()
public void testShouldCreateUserAndOnlyAddToDefaultGroupOfSelectedApplication()
public void testShouldCreateUserWhenAdminHasNotSelectedAnyApplications()
public void testShouldWarnUserWhenOneOfAppsHasReachedLicenseLimitAndAllowCreationUsingOtherApp()
public void testShouldWarnUserWhenApplicationHasNoDefaultGroup()
public void testRoleUserLimitsWhenAllRolesUnderLimit()
ApplicationRoleManager.isAnyRoleLimitExceeded()
with a number of users equal to the #users granted by license.public void testRoleUserLimitsWhenOneRoleOverLimit()
ApplicationRoleManager.isAnyRoleLimitExceeded()
where #users exceeds licensed limit in 1 of the 2 roles.public void testRoleUserLimitsWhenAllRolesOverLimit()
ApplicationRoleManager.isAnyRoleLimitExceeded()
where 2 roles are exceeded.Copyright © 2002-2021 Atlassian. All Rights Reserved.