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

All Known Implementing Classes:
AssigneeCondition, ComponentCondition, GenericQueryCondition, IssueTypeCondition, MultiSelectCondition, PriorityCondition, ProjectCondition, QuerySearchCondition, ReporterCondition, ResolutionCondition, StatusCondition, UserGroupPicker, VersionCondition

public interface NavigatorCondition

Represents a condition in a Navigator Search.

Since:
v3.13

Method Summary
 void assertSettings(net.sourceforge.jwebunit.WebTester tester)
          Assert that the condition is corrected configured for the passed tester.
 NavigatorCondition copyCondition()
           
 NavigatorCondition copyConditionForParse()
           
 void parseCondition(net.sourceforge.jwebunit.WebTester tester)
          Get the condition as configured on the web page.
 void setForm(net.sourceforge.jwebunit.WebTester tester)
          Set the Navigator options for this condition.
 

Method Detail

setForm

void setForm(net.sourceforge.jwebunit.WebTester tester)
Set the Navigator options for this condition. The tester will be on the Navigator page when called.

Parameters:
tester - the tester pointed at the Navigator page.

parseCondition

void parseCondition(net.sourceforge.jwebunit.WebTester tester)
Get the condition as configured on the web page. The tester will be on the Navigator page when called.

Parameters:
tester - the tester pointed at the Navigator page.

assertSettings

void assertSettings(net.sourceforge.jwebunit.WebTester tester)
Assert that the condition is corrected configured for the passed tester. The tester must be on the Navigator page when called.

Parameters:
tester - the tester pointed at the Navigator page.

copyCondition

NavigatorCondition copyCondition()
Returns:
a copy of the condition.

copyConditionForParse

NavigatorCondition copyConditionForParse()
Returns:
a clean copy of the condition.


Copyright © 2002-2012 Atlassian. All Rights Reserved.