com.atlassian.jira.functest.framework.navigator
Class GenericQueryCondition

java.lang.Object
  extended by com.atlassian.jira.functest.framework.navigator.GenericQueryCondition
All Implemented Interfaces:
NavigatorCondition

public class GenericQueryCondition
extends Object
implements NavigatorCondition

Since:
v4.0

Constructor Summary
GenericQueryCondition(String elementName)
           
 
Method Summary
 void assertSettings(org.jsoup.nodes.Document document)
          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.
 GenericQueryCondition setQuery(String q)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericQueryCondition

public GenericQueryCondition(String elementName)
Method Detail

setQuery

public GenericQueryCondition setQuery(String q)

parseCondition

public void parseCondition(net.sourceforge.jwebunit.WebTester tester)
Description copied from interface: NavigatorCondition
Get the condition as configured on the web page. The tester will be on the Navigator page when called.

Specified by:
parseCondition in interface NavigatorCondition
Parameters:
tester - the tester pointed at the Navigator page.

assertSettings

public void assertSettings(org.jsoup.nodes.Document document)
Description copied from interface: NavigatorCondition
Assert that the condition is corrected configured for the passed tester. The tester must be on the Navigator page when called.

Specified by:
assertSettings in interface NavigatorCondition
Parameters:
document - the tester pointed at the Navigator page.

toString

public String toString()
Overrides:
toString in class Object

copyCondition

public NavigatorCondition copyCondition()
Specified by:
copyCondition in interface NavigatorCondition
Returns:
a copy of the condition.

copyConditionForParse

public NavigatorCondition copyConditionForParse()
Specified by:
copyConditionForParse in interface NavigatorCondition
Returns:
a clean copy of the condition.


Copyright © 2002-2014 Atlassian. All Rights Reserved.