public class

GenericQueryCondition

extends Object
implements NavigatorCondition
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.navigator.GenericQueryCondition

Summary

Public Constructors
GenericQueryCondition(String elementName)
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.
GenericQueryCondition setQuery(String q)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.functest.framework.navigator.NavigatorCondition

Public Constructors

public GenericQueryCondition (String elementName)

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 ()

public NavigatorCondition copyConditionForParse ()

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.

public GenericQueryCondition setQuery (String q)

public String toString ()