Package | Description |
---|---|
com.atlassian.jira.functest.framework.assertions | |
com.atlassian.jira.functest.framework.navigator |
Modifier and Type | Method and Description |
---|---|
void |
IssueNavigatorAssertions.assertSearchResults(SearchResultsCondition... conditions)
Assert properties of the result set displayed in the Issue Navigator.
|
void |
IssueNavigatorAssertionsImpl.assertSearchResults(SearchResultsCondition... conditions) |
Modifier and Type | Method and Description |
---|---|
void |
IssueNavigatorAssertions.assertSearchResults(Iterable<? extends SearchResultsCondition> conditions)
Assert properties of the result set displayed in the Issue Navigator.
|
void |
IssueNavigatorAssertionsImpl.assertSearchResults(Iterable<? extends SearchResultsCondition> conditions) |
Modifier and Type | Class and Description |
---|---|
class |
ColumnsCondition
Checks that the passed columns appear in the issue navigator.
|
class |
ContainsIssueKeysCondition
A condition which asserts that the table containing search results specifies the issue keys in the correct order.
|
class |
DoesNotContainIssueKeyCondition
A condition which asserts that the table containing search results does not contain the specified issue key.
|
class |
IssueTableDoesNotHaveColumnCondition
Checks that the passed column is not visible in the issue navigator.
|
class |
IssueTableHasColumnCondition
Checks that the passed column is visible in the issue navigator.
|
class |
NumberOfIssuesCondition
A condition which asserts that the number of results returned by a search matches an exact number.
|
class |
ValueForRowAtColumnCondition
Checks that the value for the given row on the given column is the expected one.
|
Copyright © 2002-2022 Atlassian. All Rights Reserved.