Package com.eviware.soapui.impl.wsdl.teststeps

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


    super( GROOVY_TYPE, "Groovy Script", "Executes the specified groovy script", "/groovy_script.gif" );
  }

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


    public GroovyScriptStepFactory() {
        super(GROOVY_TYPE, "Groovy Script", "Executes the specified groovy script", "/groovy_script.gif");
    }

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

TOP

Related Classes of com.eviware.soapui.impl.wsdl.teststeps.WsdlGroovyScriptTestStep

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.