com.canoo.webtest.extension.spider
Interface IValidator
- All Known Implementing Classes:
- ExecuteStepValidator, SimpleLinksValidator
public interface IValidator
Called by the spider to validate a page.
- Author:
- Denis N. Antonioli
|
Method Summary |
Properties |
validate(int depth,
com.gargoylesoftware.htmlunit.html.HtmlPage htmlPage,
com.gargoylesoftware.htmlunit.html.HtmlAnchor link)
|
validate
Properties validate(int depth,
com.gargoylesoftware.htmlunit.html.HtmlPage htmlPage,
com.gargoylesoftware.htmlunit.html.HtmlAnchor link)
- 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.