Class GenericQueryCondition
java.lang.Object
com.atlassian.jira.functest.framework.navigator.GenericQueryCondition
- All Implemented Interfaces:
NavigatorCondition
- Since:
- v4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidassertSettings(org.jsoup.nodes.Document document) Assert that the condition is corrected configured for the passed tester.voidparseCondition(net.sourceforge.jwebunit.WebTester tester) Get the condition as configured on the web page.toString()
-
Constructor Details
-
GenericQueryCondition
-
-
Method Details
-
setQuery
-
parseCondition
public void parseCondition(net.sourceforge.jwebunit.WebTester tester) Description copied from interface:NavigatorConditionGet the condition as configured on the web page. The tester will be on the Navigator page when called.- Specified by:
parseConditionin interfaceNavigatorCondition- Parameters:
tester- the tester pointed at the Navigator page.
-
assertSettings
public void assertSettings(org.jsoup.nodes.Document document) Description copied from interface:NavigatorConditionAssert that the condition is corrected configured for the passed tester. The tester must be on the Navigator page when called.- Specified by:
assertSettingsin interfaceNavigatorCondition- Parameters:
document- the tester pointed at the Navigator page.
-
toString
-
copyCondition
- Specified by:
copyConditionin interfaceNavigatorCondition- Returns:
- a copy of the condition.
-
copyConditionForParse
- Specified by:
copyConditionForParsein interfaceNavigatorCondition- Returns:
- a clean copy of the condition.
-