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 TypeMethodDescriptionvoid
assertSettings
(org.jsoup.nodes.Document document) Assert that the condition is corrected configured for the passed tester.boolean
int
hashCode()
void
parseCondition
(net.sourceforge.jwebunit.WebTester tester) Get the condition as configured on the web page.void
setQueryString
(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:NavigatorCondition
Get the condition as configured on the web page. The tester will be on the Navigator page when called.- Specified by:
parseCondition
in interfaceNavigatorCondition
- 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 interfaceNavigatorCondition
- Parameters:
document
- the tester pointed at the Navigator page.
-
copyCondition
- Specified by:
copyCondition
in interfaceNavigatorCondition
- Returns:
- a copy of the condition.
-
copyConditionForParse
- Specified by:
copyConditionForParse
in interfaceNavigatorCondition
- Returns:
- a clean copy of the condition.
-
toString
-
equals
-
hashCode
public int hashCode()
-