com.canoo.webtest.engine
Class DefaultWebtestCustomizer

java.lang.Object
  extended by com.canoo.webtest.engine.DefaultWebtestCustomizer
All Implemented Interfaces:
IWebtestCustomizer

public class DefaultWebtestCustomizer
extends Object
implements IWebtestCustomizer

Author:
marc

Field Summary
 
Fields inherited from interface com.canoo.webtest.interfaces.IWebtestCustomizer
KEY
 
Constructor Summary
DefaultWebtestCustomizer()
           
 
Method Summary
 StepExecutionListener createExecutionListener(WebtestTask wt)
          Called to create the execution listener that will be responsible for the collection of the results.
 com.gargoylesoftware.htmlunit.WebClient customizeWebClient(com.gargoylesoftware.htmlunit.WebClient wc)
          Called after the creation of the WebClient
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultWebtestCustomizer

public DefaultWebtestCustomizer()
Method Detail

createExecutionListener

public StepExecutionListener createExecutionListener(WebtestTask wt)
Description copied from interface: IWebtestCustomizer
Called to create the execution listener that will be responsible for the collection of the results.

Specified by:
createExecutionListener in interface IWebtestCustomizer
Parameters:
wt - the <webtest> task
Returns:

customizeWebClient

public com.gargoylesoftware.htmlunit.WebClient customizeWebClient(com.gargoylesoftware.htmlunit.WebClient wc)
Description copied from interface: IWebtestCustomizer
Called after the creation of the WebClient

Specified by:
customizeWebClient in interface IWebtestCustomizer
Parameters:
wc - a standard instance
Returns:
the same instance with extra configuration or a new one (at your own risk, please respect the normal configuration possibilities)

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