public class GenericQueryCondition extends Object implements NavigatorCondition
| Constructor and Description |
|---|
GenericQueryCondition(String elementName) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public GenericQueryCondition(String elementName)
public GenericQueryCondition setQuery(String q)
public void parseCondition(net.sourceforge.jwebunit.WebTester tester)
NavigatorConditionparseCondition in interface NavigatorConditiontester - the tester pointed at the Navigator page.public void assertSettings(org.jsoup.nodes.Document document)
NavigatorConditionassertSettings in interface NavigatorConditiondocument - the tester pointed at the Navigator page.public NavigatorCondition copyCondition()
copyCondition in interface NavigatorConditionpublic NavigatorCondition copyConditionForParse()
copyConditionForParse in interface NavigatorConditionCopyright © 2002-2024 Atlassian. All Rights Reserved.