com.canoo.webtest.extension.spider
Class ExecuteStepValidator
java.lang.Object
com.canoo.webtest.extension.spider.ExecuteStepValidator
- All Implemented Interfaces:
- IValidator
public class ExecuteStepValidator
- extends Object
- implements IValidator
- Author:
- Denis N. Antonioli
|
Method Summary |
Properties |
validate(int depth,
com.gargoylesoftware.htmlunit.html.HtmlPage htmlPage,
com.gargoylesoftware.htmlunit.html.HtmlAnchor link)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY_DEPTH
public static final String KEY_DEPTH
- See Also:
- Constant Field Values
KEY_VERIFY
public static final String KEY_VERIFY
- See Also:
- Constant Field Values
ExecuteStepValidator
public ExecuteStepValidator(Context context,
IStepSequence stepSequence)
validate
public Properties validate(int depth,
com.gargoylesoftware.htmlunit.html.HtmlPage htmlPage,
com.gargoylesoftware.htmlunit.html.HtmlAnchor link)
- Specified by:
validate in interface IValidator
- Parameters:
depth - The depth of the page, counted from the root.htmlPage - The page to validate.link - The link used to call the page.
- Returns:
- Store for any information to be reported.