com.canoo.webtest.extension.spider
Class ExecuteStepValidator

java.lang.Object
  extended by com.canoo.webtest.extension.spider.ExecuteStepValidator
All Implemented Interfaces:
IValidator

public class ExecuteStepValidator
extends Object
implements IValidator

Author:
Denis N. Antonioli

Field Summary
static String KEY_DEPTH
           
static String KEY_VERIFY
           
 
Constructor Summary
ExecuteStepValidator(Context context, IStepSequence stepSequence)
           
 
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
 

Field Detail

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
Constructor Detail

ExecuteStepValidator

public ExecuteStepValidator(Context context,
                            IStepSequence stepSequence)
Method Detail

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.

Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved.