public class

DoesNotContainIssueKeyCondition

extends Object
implements SearchResultsCondition
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.navigator.DoesNotContainIssueKeyCondition

Class Overview

A condition which asserts that the table containing search results does not contain the specified issue key.

Summary

Public Constructors
DoesNotContainIssueKeyCondition(TextAssertions text, String issueKey)
Public Methods
void assertCondition(WebTester tester)
Executes assertions for this condition on the search results by inspecting the state of the latest response.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.functest.framework.navigator.SearchResultsCondition

Public Constructors

public DoesNotContainIssueKeyCondition (TextAssertions text, String issueKey)

Public Methods

public void assertCondition (WebTester tester)

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.

Parameters
tester the web tester