public class TestAddPortalPageSharing extends BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestAddPortalPageSharing() |
Modifier and Type | Method and Description |
---|---|
void |
setUpTest() |
void |
testCanCreateDashboardProjectCantSee()
Make sure you can't share with project you can't see.
|
void |
testCanCreateDashboardProjectDoesNotExist()
Make sure you can't share with non existent project.
|
void |
testCanCreateDashboardRoleCantSee()
Make sure you can't share with role you can't see.
|
void |
testCanCreateDashboardRoleDoesNotExist()
Make sure you can't share with non existent role..
|
void |
testCantCreateDashboardGroupDoesNotExist()
Make sure you can't share with a group that does not exist.
|
void |
testCantCreateDashboardGroupNameEmpty()
Make sure you can't share with an invalid group.
|
void |
testCantCreateDashboardGroupNotMember()
Make sure you can't share with a group you are not a member of.
|
void |
testCreateDashboardPageGroup()
Make sure the user is able to share a page with a group.
|
void |
testCreateDashboardPagePrivate()
Make sure user is able to keep page private.
|
void |
testCreateDashboardPageProject()
Make sure we can save a project.
|
void |
testCreateDashboardPageProjectAndRole()
Make sure that we can saved a project and a role.
|
void |
testCreateDashboardPagePublic()
Make sure user is able share page publicly.
|
void |
testCreateDashboardWithMultipleShares()
Make sure that we can save with multiple shares.
|
void |
testPrivateDefaultState()
Make sure sees public sharing by default when configured that way.
|
void |
testPublicDefaultState()
Make sure sees public sharing by default when configured that way.
|
void |
testReallyBadShare()
Test a really messed up share.
|
void |
testReallyBadShareCombination()
Make sure that invalid permissions combinations are not working.
|
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 testPublicDefaultState()
public void testPrivateDefaultState()
public void testCreateDashboardPagePrivate()
public void testCreateDashboardPagePublic()
public void testCreateDashboardPageGroup()
public void testCreateDashboardPageProject()
public void testCreateDashboardPageProjectAndRole()
public void testCreateDashboardWithMultipleShares()
public void testCantCreateDashboardGroupDoesNotExist()
public void testCantCreateDashboardGroupNotMember()
public void testCantCreateDashboardGroupNameEmpty()
public void testCanCreateDashboardProjectDoesNotExist()
public void testCanCreateDashboardProjectCantSee()
public void testCanCreateDashboardRoleDoesNotExist()
public void testCanCreateDashboardRoleCantSee()
public void testReallyBadShare()
public void testReallyBadShareCombination()
public void testUserCantSeeSharingOptionsWithoutPermission()
public void testUserCantSaveSharesWithoutPermission()
Copyright © 2002-2017 Atlassian. All Rights Reserved.