Uses of Class
com.eviware.soapui.impl.wsdl.WsdlTestStep

Packages that use WsdlTestStep
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.actions.teststep WsdlTestStep related actions 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
 

Uses of WsdlTestStep in com.eviware.soapui.impl.wsdl
 

Methods in com.eviware.soapui.impl.wsdl that return WsdlTestStep
 WsdlTestStep WsdlTestCase.cloneStep(WsdlTestStep testStep, java.lang.String name)
           
 

Methods in com.eviware.soapui.impl.wsdl with parameters of type WsdlTestStep
 WsdlTestStep WsdlTestCase.cloneStep(WsdlTestStep testStep, java.lang.String name)
           
 void WsdlTestSuite.notifyTestStepAdded(WsdlTestStep testStep, int index)
           
 void WsdlTestSuite.notifyTestStepRemoved(WsdlTestStep testStep, int ix)
           
 void WsdlTestCase.removeTestStep(WsdlTestStep testStep)
           
 

Uses of WsdlTestStep in com.eviware.soapui.impl.wsdl.actions.teststep
 

Constructors in com.eviware.soapui.impl.wsdl.actions.teststep with parameters of type WsdlTestStep
DeleteTestStepAction(WsdlTestStep testStep)
           
RenameTestStepAction(WsdlTestStep testStep)
           
 

Uses of WsdlTestStep in com.eviware.soapui.impl.wsdl.teststeps
 

Subclasses of WsdlTestStep in com.eviware.soapui.impl.wsdl.teststeps
 class TransferResponseValuesTestStep
          WsdlTestStep for transferring values from a WsdlTestRequest response to a WsdlTestRequest request using XPath expressions
 class WsdlTestRequestStep
          WsdlTestStep that executes a WsdlTestRequest
 



Copyright © 2005 eviware.com. All Rights Reserved.