Class DoesNotContainIssueKeyCondition
java.lang.Object
com.atlassian.jira.functest.framework.navigator.DoesNotContainIssueKeyCondition
- All Implemented Interfaces:
SearchResultsCondition
A condition which asserts that the table containing search results does not contain the specified issue key.
- Since:
- v4.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassertCondition(net.sourceforge.jwebunit.WebTester tester) Executes assertions for this condition on the search results by inspecting the state of the latest response.
-
Constructor Details
-
DoesNotContainIssueKeyCondition
-
-
Method Details
-
assertCondition
public void assertCondition(net.sourceforge.jwebunit.WebTester tester) Description copied from interface:SearchResultsConditionExecutes 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:
assertConditionin interfaceSearchResultsCondition- Parameters:
tester- the web tester
-