|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FilterNavigation | |
|---|---|
| com.atlassian.jira.functest.framework | |
| com.atlassian.jira.functest.framework.navigation | |
| com.atlassian.jira.webtests.ztests.filter | |
| Uses of FilterNavigation in com.atlassian.jira.functest.framework |
|---|
| Classes in com.atlassian.jira.functest.framework that implement FilterNavigation | |
|---|---|
class |
FilterPickerPopupNavigation
An implementation of the FilterNavigation interface that works with the FilterPicker action. |
| Methods in com.atlassian.jira.functest.framework that return FilterNavigation | |
|---|---|
FilterNavigation |
Navigation.filterPickerPopup()
|
FilterNavigation |
NavigationImpl.filterPickerPopup()
|
FilterNavigation |
Navigation.manageFilters()
Go to the 'Manage filters' screen. |
FilterNavigation |
NavigationImpl.manageFilters()
|
FilterNavigation |
FilterPickerPopupNavigation.projects()
|
| Uses of FilterNavigation in com.atlassian.jira.functest.framework.navigation |
|---|
| Classes in com.atlassian.jira.functest.framework.navigation that implement FilterNavigation | |
|---|---|
class |
ManageFiltersNavigation
The FilterNavigation representing the ManageFilters views, this implementation should be complete and definitive of the full functionality of the view. |
| Methods in com.atlassian.jira.functest.framework.navigation that return FilterNavigation | |
|---|---|
FilterNavigation |
FilterNavigation.projects()
Goes to the project tab of the filterpicker popup (only visible with showProjects param). |
FilterNavigation |
ManageFiltersNavigation.projects()
|
| Uses of FilterNavigation in com.atlassian.jira.webtests.ztests.filter |
|---|
| Methods in com.atlassian.jira.webtests.ztests.filter with parameters of type FilterNavigation | |
|---|---|
void |
TestSearchFilters.testBasicNameSearch(FilterNavigation filterNavigation)
|
void |
TestSearchFilters.testBasicPaging(FilterNavigation filterNavigation)
|
void |
TestSearchFilters.testBasicSorting(FilterNavigation filterNavigation)
|
void |
TestSearchFiltersShareType.testFindAdminGroupsNoResults(FilterNavigation filterNavigation)
Look for filters shared with a group. |
void |
TestSearchFiltersShareType.testFindDeveloperGroups(FilterNavigation filterNavigation)
Finding developers should return 26 results only. |
void |
TestSearchFiltersShareType.testFindDeveloperWithConditions(FilterNavigation filterNavigation)
Finding with extra conditions. |
void |
TestSearchFiltersShareType.testFindHomosapienProjectNoResults(FilterNavigation filterNavigation)
Test to see that an empty search works when looking for projects. |
void |
TestSearchFiltersShareType.testFindMonkeyProjectAsAdmin(FilterNavigation filterNavigation)
Finding filters shared with project 'monkey' should return 26 results. |
void |
TestSearchFiltersShareType.testFindMonkeyProjectAsWife(FilterNavigation filterNavigation)
Finding filters shared with project 'monkey' should return 36 results as wife can see more roles. |
void |
TestSearchFiltersShareType.testFindMonkeyProjectWithRoleNaggersAsWife(FilterNavigation filterNavigation)
Finding filters shared with project 'monkey' and role 'naggers' should return 11. |
void |
TestSearchFiltersShareType.testFindMonkeyProjectWithRoleNaggersAsWifeAndConditions(FilterNavigation filterNavigation)
Finding filters shared with project 'monkey' and owned by 'wife' should return 10 issues. |
void |
TestSearchFiltersShareType.testFindUsersGroups(FilterNavigation filterNavigation)
Finding filters shared with group should return 5 results only. |
void |
TestSearchFilters.testInitialScreenAppearance(FilterNavigation filterNavigation)
|
void |
TestSearchFilters.testMultiPageSort(FilterNavigation filterNavigation)
|
void |
TestSearchFilters.testNoSearchYet(FilterNavigation filterNavigation)
|
void |
TestSearchFilters.testSortingByUserName(FilterNavigation filterNavigation)
|
void |
TestSearchFilters.testXss(FilterNavigation filterNavigation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||