public class NumberOfIssuesCondition extends Object implements SearchResultsCondition
| Constructor and Description |
|---|
NumberOfIssuesCondition(TextAssertions assertions,
Integer numberOfIssues) |
| Modifier and Type | Method and Description |
|---|---|
void |
assertCondition(net.sourceforge.jwebunit.WebTester tester)
Executes assertions for this condition on the search results by inspecting the state of the latest response.
|
public NumberOfIssuesCondition(TextAssertions assertions, Integer numberOfIssues)
assertions - text assertionsnumberOfIssues - the exact number of results expected. Should be >= 0.public void assertCondition(net.sourceforge.jwebunit.WebTester tester)
SearchResultsConditionassertCondition in interface SearchResultsConditiontester - the web testerCopyright © 2002-2023 Atlassian. All Rights Reserved.