Uses of Class
com.atlassian.jira.webtests.ztests.navigator.jql.AbstractJqlFuncTest

Packages that use AbstractJqlFuncTest
com.atlassian.jira.webtests.ztests.navigator   
com.atlassian.jira.webtests.ztests.navigator.jql   
com.atlassian.jira.webtests.ztests.navigator.jql.changehistory   
com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.assignee   
com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.changed   
com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.fixversion   
com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.priority   
com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.reporter   
com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.status   
com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.status.date   
com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.status.daterange Contains the acceptance tests responsible of verifying that a user is able to query all the issues that were in a particular status in a set date range. 
com.atlassian.jira.webtests.ztests.upgrade.tasks   
com.atlassian.jira.webtests.ztests.user.rename   
 

Uses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator
 

Subclasses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator
 class TestIssueNavigator
           
 

Uses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql
 

Subclasses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql
 class TestAdvancedSimple
          Test switching from the advanced JQL view to the basic editing view
 class TestAllTextClause
          Tests the "text" clause in JQL, which searches across all system text fields and custom free text fields that the user can see.
 class TestCurrentUser
           
 class TestCustomFieldAliases
           
 class TestCustomFieldDoesItFitMultiple
           
 class TestCustomFieldDoesItFitSingle
          Testing for "fitness" in the filter form of singular custom field clauses.
 class TestCustomFieldLiterals
          Tests the interpretations of different literals (operands) for each custom field clause.
 class TestDateField
          Test date fields such as Created.
 class TestEmptyNotEmptyLiterals
          Tests using the EMPTY and NOT EMPTY literals.
 class TestFilters
          Test saved filter behaviour with JQL.
 class TestInvalidSearchFilterSearchRequestView
          A test that verifies that a SearchRequestView (e.g.
 class TestIssueNavigatorCommentsRSSView
          Test of the Search Request View for Comments and using JQL.
 class TestJqlAttachmentsField
           
 class TestJqlSystemFunctions
          Test for JQL included JQL system functions.
 class TestJqlVoterAndWatcherFields
           
 class TestNavigatorViewsOrdering
           
 class TestQueriesInDocumentation
          Queries mentioned in our documentation on http://confluence.atlassian.com/display/JIRA/Advanced+Searching
 class TestRandomQueries
          A collection of random, crazy JQL queries that don't fit in anywhere else.
 class TestRelativeDates
          Test realated to relative Date formats.
 class TestSearchConstrainedByConfiguration
          Tests if JQL searches do not bring back data when fields have been hidden or custom fields have been moved out of configuration.
 class TestSorting
           
 class TestSystemFieldDoesItFitMultiple
          Testing for "fitness" in the filter form of multiple system field clauses.
 class TestSystemFieldDoesItFitSingle
          Testing for "fitness" in the filter form of singular system field clauses.
 class TestSystemFieldDoesItFitSingleManipulateData
           
 class TestSystemFieldLiterals
          Tests the interpretations of different literals (operands) for each system field clause.
 class TestUserNameSearching
           
 class TestUserQueriesCaseInsensitive
          This test class test for User queries being case insensitive.
 class TestValidationDoesItFit
          JQL Func Test to ensure the IssueNavigator's behaviour when currently in Simple Mode and calling the IssueNavigator via URL and the value for a field is invalid and requires to display a validation error message.
 

Uses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql.changehistory
 

Subclasses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql.changehistory
 class AbstractChangeHistoryFuncTest
           
 

Uses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.assignee
 

Subclasses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.assignee
 class TestAssigneeWasSearching
           
 

Uses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.changed
 

Subclasses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.changed
 class TestChangedSearching
           
 

Uses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.fixversion
 

Subclasses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.fixversion
 class TestFixVersionWasSearching
           
 

Uses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.priority
 

Subclasses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.priority
 class TestPriorityWasSearching
           
 

Uses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.reporter
 

Subclasses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.reporter
 class TestReporterWasSearching
           
 

Uses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.status
 

Subclasses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.status
 class TestSearchChangesInStatus
          Responsible for verifying that a user is able to query all issues that have been in a specific status.
 class TestSearchChangesInStatusByASpecificUser
          Responsible for verifying that a user is able to query all issues that had status changes made by a specific user.
 

Uses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.status.date
 

Subclasses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.status.date
 class TestSearchIssueStatusOnADate
          Responsible for verifying that a user is able to query all the issues that were in a particular status on an specified date.
 

Uses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.status.daterange
 

Subclasses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.navigator.jql.changehistory.status.daterange
 class TestSearchIssueStatusAfterADate
          Responsible for verifying that a user is able to query all the issues that were in a particular status after a date.
 class TestSearchIssueStatusBeforeADate
          Responsible for verifying that a user is able to query all the issues that were in a particular status bafore a date.
 class TestSearchIssueStatusDuringADateRange
          Responsible for verifying that a user is able to query all the issues that were in a particular status before a date.
 

Uses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.upgrade.tasks
 

Subclasses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.upgrade.tasks
 class TestUpgradeTask6039
          Responsible for verifying that references to users in various database fields are forced to lowercase so that they will match the user's key.
 class TestUpgradeTask6047
          Verify that the values in the username column in the table containing OAuth Service Provider Tokens are converted to lowercase if they are mixed case.
 class TestUpgradeTask6137
          Responsible for verifying that references to deleted users that have been left in assignee and reporter fields are assigned a new username in the user key store so that they can be searched for.
 

Uses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.user.rename
 

Subclasses of AbstractJqlFuncTest in com.atlassian.jira.webtests.ztests.user.rename
 class TestUserRenameOnSearch
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.