Class QuerySearchCondition
java.lang.Object
com.atlassian.jira.functest.framework.navigator.QuerySearchCondition
- All Implemented Interfaces:
NavigatorCondition
Represents the "Text Search" condition in Navigator.
- Since:
- v3.13
-
Constructor Summary
ConstructorsConstructorDescriptionQuerySearchCondition(QuerySearchCondition condition) QuerySearchCondition(String queryString) -
Method Summary
Modifier and TypeMethodDescriptionvoidassertSettings(org.jsoup.nodes.Document document) Assert that the condition is corrected configured for the passed tester.booleaninthashCode()voidparseCondition(net.sourceforge.jwebunit.WebTester tester) Get the condition as configured on the web page.voidsetQueryString(String queryString) toString()
-
Constructor Details
-
QuerySearchCondition
public QuerySearchCondition() -
QuerySearchCondition
-
-
Method Details
-
setQueryString
-
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.
-
copyCondition
- Specified by:
copyConditionin interfaceNavigatorCondition- Returns:
- a copy of the condition.
-
copyConditionForParse
- Specified by:
copyConditionForParsein interfaceNavigatorCondition- Returns:
- a clean copy of the condition.
-
toString
-
equals
-
hashCode
public int hashCode()
-