Package com.canoo.webtest.reporting

Examples of com.canoo.webtest.reporting.StepExecutionListener


*/
public class DefaultWebtestCustomizer implements IWebtestCustomizer {

  public StepExecutionListener createExecutionListener(WebtestTask wt) {
   
    return new StepExecutionListener(wt.getConfig().getContext());
  }
View Full Code Here

TOP

Related Classes of com.canoo.webtest.reporting.StepExecutionListener

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.