Examples of WsdlPropertiesTestStep


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

    super( PROPERTIES_TYPE, "Properties", "Defines / Loads global TestCase properties", "/properties_step.gif" );
  }

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

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

    public PropertiesStepFactory() {
        super(PROPERTIES_TYPE, "Properties", "Defines / Loads global TestCase properties", "/properties_step.gif");
    }

    public WsdlTestStep buildTestStep(WsdlTestCase testCase, TestStepConfig config, boolean forLoadTest) {
        return new WsdlPropertiesTestStep(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.