public interface

SearchResultsCondition

com.atlassian.jira.functest.framework.navigator.SearchResultsCondition
Known Indirect Subclasses

Class Overview

A way for specifying conditions on which to assert the state of the issue navigator results.

Summary

Public Methods
void assertCondition(WebTester tester)
Executes assertions for this condition on the search results by inspecting the state of the latest response.

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