java.lang.Object | |
↳ | com.atlassian.jira.functest.framework.assertions.IssueTableAssertions |
Assertions using issue table backdoor
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ORDER_BY_CLAUSE |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Runs the specified search.
| |||||||||||
Runs the specified search.
| |||||||||||
Runs the specified search WITH AN APPENDED ORDER BY CLAUSE.
| |||||||||||
Runs the specified search WITH AN APPENDED ORDER BY CLAUSE.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Runs the specified search. The jqlString should include an Order By clause if required.
jqlString | the jql to search |
---|---|
expectedIssueKeys | the issue keys to assert in the result |
Runs the specified search. The jqlString should include an Order By clause if required.
jqlString | the jql to search |
---|---|
expectedIssueKeys | the issue keys to assert in the result |
Runs the specified search WITH AN APPENDED ORDER BY CLAUSE.
jqlString | the jql to search |
---|---|
expectedIssueKeys | the issue keys to assert in the result |
Runs the specified search WITH AN APPENDED ORDER BY CLAUSE.
username | user to search |
---|---|
jqlString | the jql to search |
issueKeys | the issue keys to assert in the result |