com.atlassian.jira.functest.framework.navigator
Interface SearchResultsCondition

All Known Implementing Classes:
ColumnsCondition, ContainsIssueKeysCondition, DoesNotContainIssueKeyCondition, NumberOfIssuesCondition

public interface SearchResultsCondition

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

Since:
v4.0

Method Summary
 void assertCondition(net.sourceforge.jwebunit.WebTester tester)
          Executes assertions for this condition on the search results by inspecting the state of the latest response.
 

Method Detail

assertCondition

void assertCondition(net.sourceforge.jwebunit.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


Copyright © 2002-2012 Atlassian. All Rights Reserved.