Examples of WsdlDelayTestStep


Examples of com.eviware.soapui.impl.wsdl.teststeps.WsdlDelayTestStep

    super( DELAY_TYPE, "Delay", "Delays TestCase execution for a specified number of milliseconds", "/wait.gif" );
  }

  public WsdlTestStep buildTestStep( WsdlTestCase testCase, TestStepConfig config, boolean forLoadTest )
  {
    return new WsdlDelayTestStep( testCase, config, forLoadTest );
  }
View Full Code Here

Examples of com.eviware.soapui.impl.wsdl.teststeps.WsdlDelayTestStep

    public DelayStepFactory() {
        super(DELAY_TYPE, "Delay", "Delays TestCase execution for a specified number of milliseconds", "/wait.gif");
    }

    public WsdlTestStep buildTestStep(WsdlTestCase testCase, TestStepConfig config, boolean forLoadTest) {
        return new WsdlDelayTestStep(testCase, config, forLoadTest);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.