Class NumberOfIssuesCondition
java.lang.Object
com.atlassian.jira.functest.framework.navigator.NumberOfIssuesCondition
- All Implemented Interfaces:
SearchResultsCondition
A condition which asserts that the number of results returned by a search matches an exact number. This is done by
matching the text above the issue table which states "Displaying a to b of x issues"; we utilise the particular DOM
structure of the DIV containing the text.
- Since:
- v4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
assertCondition
(net.sourceforge.jwebunit.WebTester tester) Executes assertions for this condition on the search results by inspecting the state of the latest response.
-
Constructor Details
-
NumberOfIssuesCondition
- Parameters:
assertions
- text assertionsnumberOfIssues
- the exact number of results expected. Should be >= 0.
-
-
Method Details
-
assertCondition
public void assertCondition(net.sourceforge.jwebunit.WebTester tester) Description copied from interface:SearchResultsCondition
Executes assertions for this condition on the search results by inspecting the state of the latest response. It is assumed that the search has already been executed, and we are currently on the page which should contain the search results.- Specified by:
assertCondition
in interfaceSearchResultsCondition
- Parameters:
tester
- the web tester
-