public class TestEditPortalPageSharing extends BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestEditPortalPageSharing() |
Modifier and Type | Method and Description |
---|---|
void |
setUpTest() |
void |
testCanEditProjectCantSee()
Make sure you can't share with project you can't see.
|
void |
testCanEditProjectDoesNotExist()
Make sure you can't share with non existent project.
|
void |
testCanEditRoleCantSee()
Make sure you can't share with role you can't see.
|
void |
testCanEditRoleDoesNotExist()
Make sure you can't share with non existent role..
|
void |
testCantEditBadRoleNumber()
Make sure it wont accept bad input of share parameters
|
void |
testCantEditBadShareType()
Make sure it wont accept bad share types
|
void |
testEditWhenSharingPermissionhasBeenRemoved()
Make sure a user can still "remove" existing shares when they dont have permission anymore
to create any.
|
void |
testEditWhereGroupDoesNotExist()
Make sure a group that does not exist cant not be shared with
|
void |
testEditWhereGroupNameIsEmpty()
Make sure a group with an empty name
|
void |
testEditWhereYouAreNotAMemberOfGroup()
Make sure a group that you are not a member of
|
void |
testEditWithGlobalShare()
Make sure we can edit with a global share in play
|
void |
testEditWithGroupShare()
Make sure we can edit with a group share in play
|
void |
testEditWithMultipleShares()
Make sure that we can edit with multiple shares.
|
void |
testEditWithPrivateShare()
Make sure we can edit with a private share in play
|
void |
testEditWithProjectAndRoleShare()
Make sure we can edit with a project and role share in play
|
void |
testEditWithSingleProjectShare()
Make sure we can edit with a single project share in play
|
void |
testSharingStateCorrect()
Make sure initial sharing state is correct.
|
void |
testSharingStateCorrectComplex()
Make sure initial sharing state is correct.
|
void |
testUserCantSaveSharesWithoutPermission()
Make sure a user cannot save shares without permission.
|
void |
testUserCantSeeSharingOptionsWithoutPermission()
Make sure that sharing is not available to people without permission.
|
getAssertions, getBackdoor, getEnvironmentData, getTester
public void setUpTest()
public void testSharingStateCorrect()
public void testSharingStateCorrectComplex()
public void testEditWithGlobalShare()
public void testEditWithPrivateShare()
public void testEditWithGroupShare()
public void testEditWithSingleProjectShare()
public void testEditWithProjectAndRoleShare()
public void testEditWithMultipleShares()
public void testEditWhereGroupDoesNotExist()
public void testEditWhereYouAreNotAMemberOfGroup()
public void testEditWhereGroupNameIsEmpty()
public void testCanEditProjectDoesNotExist()
public void testCanEditProjectCantSee()
public void testCanEditRoleDoesNotExist()
public void testCanEditRoleCantSee()
public void testCantEditBadShareType()
public void testCantEditBadRoleNumber()
public void testUserCantSaveSharesWithoutPermission()
public void testUserCantSeeSharingOptionsWithoutPermission()
public void testEditWhenSharingPermissionhasBeenRemoved()
Copyright © 2002-2019 Atlassian. All Rights Reserved.