public class TestSearchFiltersShareType extends BaseJiraFuncTest
assertions, backdoor, environmentData, initClass, navigation, tester, testRule
Constructor and Description |
---|
TestSearchFiltersShareType() |
Modifier and Type | Method and Description |
---|---|
void |
setUpTest() |
void |
tearDownTest() |
void |
testFindAdminGroupsNoResults() |
void |
testFindAdminGroupsNoResults(FilterNavigation filterNavigation)
Look for filters shared with a group.
|
void |
testFindDeveloperGroups() |
void |
testFindDeveloperGroups(FilterNavigation filterNavigation)
Finding developers should return 26 results only.
|
void |
testFindDeveloperWithConditions() |
void |
testFindDeveloperWithConditions(FilterNavigation filterNavigation)
Finding with extra conditions.
|
void |
testFindHomosapienProjectNoResults() |
void |
testFindHomosapienProjectNoResults(FilterNavigation filterNavigation)
Test to see that an empty search works when looking for projects.
|
void |
testFindMonkeyProjectAsAdmin() |
void |
testFindMonkeyProjectAsAdmin(FilterNavigation filterNavigation)
Finding filters shared with project 'monkey' should return 26 results.
|
void |
testFindMonkeyProjectAsWife() |
void |
testFindMonkeyProjectAsWife(FilterNavigation filterNavigation)
Finding filters shared with project 'monkey' should return 36 results as wife can see more roles.
|
void |
testFindMonkeyProjectWithRoleNaggersAsWife() |
void |
testFindMonkeyProjectWithRoleNaggersAsWife(FilterNavigation filterNavigation)
Finding filters shared with project 'monkey' and role 'naggers' should return 11.
|
void |
testFindMonkeyProjectWithRoleNaggersAsWifeAndConditions() |
void |
testFindMonkeyProjectWithRoleNaggersAsWifeAndConditions(FilterNavigation filterNavigation)
Finding filters shared with project 'monkey' and owned by 'wife' should return 10 issues.
|
void |
testFindUsersGroups() |
void |
testFindUsersGroups(FilterNavigation filterNavigation)
Finding filters shared with group should return 5 results only.
|
void |
testFindUsingAnonymous()
Finding elements as anonymous should not allow you to select share type options, we always search for things they
can see.
|
getAssertions, getBackdoor, getEnvironmentData, getTester
public void setUpTest()
public void tearDownTest()
public void testFindUsingAnonymous()
public void testFindAdminGroupsNoResults()
public void testFindDeveloperGroups()
public void testFindDeveloperWithConditions()
public void testFindUsersGroups()
public void testFindHomosapienProjectNoResults()
public void testFindMonkeyProjectAsAdmin()
public void testFindMonkeyProjectAsWife()
public void testFindMonkeyProjectWithRoleNaggersAsWife()
public void testFindMonkeyProjectWithRoleNaggersAsWifeAndConditions()
public void testFindAdminGroupsNoResults(FilterNavigation filterNavigation)
filterNavigation
- the FilterNavigation to test with.public void testFindDeveloperGroups(FilterNavigation filterNavigation)
filterNavigation
- the FilterNavigation to test with.public void testFindDeveloperWithConditions(FilterNavigation filterNavigation)
filterNavigation
- the FilterNavigation to test with.public void testFindUsersGroups(FilterNavigation filterNavigation)
filterNavigation
- the FilterNavigation to test with.public void testFindHomosapienProjectNoResults(FilterNavigation filterNavigation)
filterNavigation
- the FilterNavigation to test with.public void testFindMonkeyProjectAsAdmin(FilterNavigation filterNavigation)
filterNavigation
- the FilterNavigation to test with.public void testFindMonkeyProjectAsWife(FilterNavigation filterNavigation)
filterNavigation
- the FilterNavigation to test with.public void testFindMonkeyProjectWithRoleNaggersAsWife(FilterNavigation filterNavigation)
filterNavigation
- the FilterNavigation to test with.public void testFindMonkeyProjectWithRoleNaggersAsWifeAndConditions(FilterNavigation filterNavigation)
filterNavigation
- the FilterNavigation to test with.Copyright © 2002-2022 Atlassian. All Rights Reserved.