Class IssueTableAssertions
java.lang.Object
com.atlassian.jira.functest.framework.assertions.IssueTableAssertions
Assertions using issue table backdoor
- Since:
- v5.2
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
assertFilterError
(String user, int filterId, String error) void
assertFilterErrors
(String user, int filterId, List errors) void
assertMaxErrors
(String jqlString, int maxErrors) void
assertOrderedSearchWithResults
(String jqlString, String... expectedIssueKeys) Runs the specified search.void
assertOrderedSearchWithResultsForUser
(String username, String jqlString, String[] expectedIssueKeys) Runs the specified search.void
assertSearchersNotPresent
(String... searchers) void
assertSearchersPresent
(String... searchers) void
assertSearchInfo
(long filter, SharedEntityInfo info) void
assertSearchIsValid
(Long filterId) void
assertSearchTooComplex
(String jqlString) void
assertSearchTooComplex
(String user, String jqlString) void
assertSearchWithError
(Long filter, String error) void
assertSearchWithError
(Long filterId, String jqlString, String error) void
assertSearchWithError
(String jqlString, String error) void
assertSearchWithErrorForUser
(String username, String jqlString, String error) void
assertSearchWithErrors
(String jqlString, List<String> errors) void
assertSearchWithResults
(String jqlString, String... expectedIssueKeys) Runs the specified search WITH AN APPENDED ORDER BY CLAUSE.void
assertSearchWithResultsForUser
(String username, String jqlString, String... issueKeys) Runs the specified search WITH AN APPENDED ORDER BY CLAUSE.void
assertSearchWithWarning
(Long filterId, String warning) void
assertSearchWithWarning
(Long filterId, String jql, String warning) void
assertSearchWithWarning
(String jqlString, String warning) void
assertSearchWithWarningForUser
(String username, String jqlString, String warning) void
assertSearchWithWarnings
(String jql, List<String> warnings) void
assertSimpleSearch
(long filter, NavigatorSearch expectedSearch) void
assertSimpleSearch
(String user, long filter, NavigatorSearch expectedSearch)
-
Field Details
-
ORDER_BY_CLAUSE
- See Also:
-
-
Constructor Details
-
IssueTableAssertions
-
-
Method Details
-
assertSearchWithResultsForUser
Runs the specified search WITH AN APPENDED ORDER BY CLAUSE.- Parameters:
username
- user to searchjqlString
- the jql to searchissueKeys
- the issue keys to assert in the result
-
assertSearchWithResults
Runs the specified search WITH AN APPENDED ORDER BY CLAUSE.- Parameters:
jqlString
- the jql to searchexpectedIssueKeys
- the issue keys to assert in the result
-
assertOrderedSearchWithResultsForUser
public void assertOrderedSearchWithResultsForUser(String username, String jqlString, String[] expectedIssueKeys) Runs the specified search. The jqlString should include an Order By clause if required.- Parameters:
jqlString
- the jql to searchexpectedIssueKeys
- the issue keys to assert in the result
-
assertOrderedSearchWithResults
Runs the specified search. The jqlString should include an Order By clause if required.- Parameters:
jqlString
- the jql to searchexpectedIssueKeys
- the issue keys to assert in the result
-
assertSearchTooComplex
-
assertSearchWithErrorForUser
-
assertSearchWithError
-
assertSearchWithError
-
assertSearchWithErrors
-
assertSearchWithError
-
assertSearchWithWarningForUser
-
assertSearchWithWarning
-
assertSearchWithWarning
-
assertSearchWithWarning
-
assertSearchIsValid
-
assertSearchersPresent
-
assertSearchersNotPresent
-
assertSearchWithWarnings
-
assertMaxErrors
-
assertFilterErrors
-
assertFilterError
-
assertSearchTooComplex
-