public class ContainsIssueKeysCondition extends Object implements SearchResultsCondition
Note: the current implementation is pretty loose - if issue keys appear in other parts of the table besides the issue key column, this might affect the results.
| Constructor and Description |
|---|
ContainsIssueKeysCondition(TextAssertions assertions,
String... issueKeys) |
| 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 ContainsIssueKeysCondition(TextAssertions assertions, String... issueKeys)
assertions - text assertionsissueKeys - the issue keys that should be present, in the specified order. You probably want to specify at
least one issue.public void assertCondition(net.sourceforge.jwebunit.WebTester tester)
SearchResultsConditionassertCondition in interface SearchResultsConditiontester - the web testerCopyright © 2002-2018 Atlassian. All Rights Reserved.