java.lang.Object | |||
↳ | com.atlassian.jira.functest.framework.AbstractFuncTestUtil | ||
↳ | com.atlassian.jira.functest.framework.AbstractNavigationUtil | ||
↳ | com.atlassian.jira.functest.framework.assertions.IssueNavigatorAssertionsImpl |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.functest.framework.AbstractFuncTestUtil
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Assert that the advanced navigator is a JQL expression that contains the passed snippets.
| |||||||||||
Asserts that the passed issues are displayed on the issue navigator.
| |||||||||||
Assert that the issue navigator is displaying with bug from, to and totalNumber (of)
| |||||||||||
Assert that the passed errors appears on the advanced issue navigator.
| |||||||||||
Executes a JQL query search and asserts that it fits in the simple filter form, and that the specified params are present and set.
| |||||||||||
Assert that the JQL query was too complex to fit in simple mode.
| |||||||||||
Assert that the passed warnings appears on the advanced issue navigator.
| |||||||||||
Assert that there were no errors with submitted JQL query
| |||||||||||
Assert that the navigator displays the correct description.
| |||||||||||
Assert properties of the result set displayed in the Issue Navigator.
| |||||||||||
Assert properties of the result set displayed in the Issue Navigator.
| |||||||||||
Asserts that current issue navigator search results are empty.
| |||||||||||
Assert that the current results displayed in the issue navigator contain a list of issues in the specified
order.
| |||||||||||
Assert that the current results displayed in the issue navigator do not contain the specified issues.
| |||||||||||
Assert that the navigator is currently configured like the passed search.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class com.atlassian.jira.functest.framework.AbstractNavigationUtil | |||||||||||
From class
com.atlassian.jira.functest.framework.AbstractFuncTestUtil
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface com.atlassian.jira.functest.framework.assertions.IssueNavigatorAssertions | |||||||||||
From interface
com.atlassian.jira.testkit.client.log.FuncTestLogger
|
Assert that the advanced navigator is a JQL expression that contains the passed snippets.
tester | the web tester to test. Is should be pointing to the configure advanced screen. |
---|---|
values | the JQL snippets that we try to find. |
Asserts that the passed issues are displayed on the issue navigator. This method requires that every key be listed
or the assertion will fail. Its a shortcut for assertSearchResults(Iterable)
using the ContainsIssueKeysCondition
and the
NumberOfIssuesCondition
.
keys | the keys of the issues that must appear on navigator. Every key must be entered. |
---|
Assert that the issue navigator is displaying with bug from, to and totalNumber (of)
Assert that the passed errors appears on the advanced issue navigator. Only works for the the advanced view.
errorMessages | the error messages that should appear. |
---|
Executes a JQL query search and asserts that it fits in the simple filter form, and that the specified params are present and set.
jqlQuery | the query to execute |
---|---|
formParams | the parameters of the form and their values that should be selected |
Assert that the JQL query was too complex to fit in simple mode.
Assert that the passed warnings appears on the advanced issue navigator. Only works for the the advanced view.
warningMessages | the warning messages that should appear. |
---|
Assert that there were no errors with submitted JQL query
Assert that the navigator displays the correct description.
info | the filter state to assert. |
---|
Assert properties of the result set displayed in the Issue Navigator.
conditions | the conditions to be met. All must be satisfied. |
---|
Assert properties of the result set displayed in the Issue Navigator.
conditions | the conditions to be met. All must be satisfied. |
---|
Asserts that current issue navigator search results are empty.
Assert that the current results displayed in the issue navigator contain a list of issues in the specified order.
keys | The keys of the issues that must appear in the issue navigator results. Must not be null or empty. |
---|
Assert that the current results displayed in the issue navigator do not contain the specified issues.
keys | The keys of the issues that must not appear in the issue navigator results. Must not be null or empty. |
---|
Assert that the navigator is currently configured like the passed search.
search | the passed search. |
---|---|
tester | the web tester to test. It should be pointing to the configure navigator screen. |