public interface

NavigatorCondition

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

Class Overview

Represents a condition in a Navigator Search.

Summary

Public Methods
void assertSettings(Document document)
Assert that the condition is corrected configured for the passed tester.
NavigatorCondition copyCondition()
NavigatorCondition copyConditionForParse()
void parseCondition(WebTester tester)
Get the condition as configured on the web page.

Public Methods

public void assertSettings (Document document)

Assert that the condition is corrected configured for the passed tester. The tester must be on the Navigator page when called.

Parameters
document the tester pointed at the Navigator page.

public NavigatorCondition copyCondition ()

Returns
  • a copy of the condition.

public NavigatorCondition copyConditionForParse ()

Returns
  • a clean copy of the condition.

public void parseCondition (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.