com.canoo.webtest.engine
Class DefaultWebtestCustomizer
java.lang.Object
com.canoo.webtest.engine.DefaultWebtestCustomizer
- All Implemented Interfaces:
- IWebtestCustomizer
public class DefaultWebtestCustomizer
- extends Object
- implements IWebtestCustomizer
- Author:
- marc
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultWebtestCustomizer
public DefaultWebtestCustomizer()
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)