Uses of Interface
com.eviware.soapui.model.testsuite.TestStep

Packages that use TestStep
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.model.support SoapUI model-related support classes 
com.eviware.soapui.model.testsuite Test-related model items 
com.eviware.soapui.model.tree.nodes Tree nodes for all SoapUI model items 
 

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

Classes in com.eviware.soapui.impl.wsdl that implement TestStep
 class WsdlTestStep
          Base class for WSDL project test steps.
 

Methods in com.eviware.soapui.impl.wsdl that return TestStep
 TestStep WsdlTestRunner.getCurrentStep()
           
 TestStep WsdlTestCase.getTestStepAt(int index)
           
 

Methods in com.eviware.soapui.impl.wsdl with parameters of type TestStep
 int WsdlTestCase.getIndexOfTestStep(TestStep step)
           
 

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

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

Uses of TestStep in com.eviware.soapui.model.support
 

Methods in com.eviware.soapui.model.support with parameters of type TestStep
 void TestSuiteListenerAdapter.testStepAdded(TestStep testStep, int index)
           
 void TestSuiteListenerAdapter.testStepRemoved(TestStep testStep, int index)
           
 

Uses of TestStep in com.eviware.soapui.model.testsuite
 

Methods in com.eviware.soapui.model.testsuite that return TestStep
 TestStep TestRunner.getCurrentStep()
           
 TestStep TestCase.getTestStepAt(int index)
           
 

Methods in com.eviware.soapui.model.testsuite with parameters of type TestStep
 void TestStep.TestStepListener.afterRun(TestStep testStep)
           
 void TestStep.TestStepListener.beforeRun(TestStep testStep)
           
 void TestSuiteListener.testStepAdded(TestStep testStep, int index)
           
 void TestSuiteListener.testStepRemoved(TestStep testStep, int index)
           
 

Uses of TestStep in com.eviware.soapui.model.tree.nodes
 

Constructors in com.eviware.soapui.model.tree.nodes with parameters of type TestStep
TestStepTreeNode(TestStep testStep)
           
 



Copyright © 2005 eviware.com. All Rights Reserved.