Uses of Class
com.eviware.soapui.impl.wsdl.teststeps.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.panels.support Support classes for panels 
com.eviware.soapui.impl.wsdl.testcase WSDL implementations of TestCase-related interfaces 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.impl.wsdl.teststeps.registry TestStep registry and factories 
com.eviware.soapui.model.support SoapUI model-related support classes 
com.eviware.soapui.support.components Usefull swing components 
com.eviware.soapui.support.dnd.handlers   
com.eviware.soapui.support.resolver   
 

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

Methods in com.eviware.soapui.impl.wsdl with parameters of type WsdlTestStep
 void WsdlTestSuite.fireTestStepAdded(WsdlTestStep testStep, int index)
           
 void WsdlTestSuite.fireTestStepMoved(WsdlTestStep testStep, int ix, int offset)
           
 void WsdlTestSuite.fireTestStepRemoved(WsdlTestStep testStep, int ix)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.actions.teststep that return types with arguments of type WsdlTestStep
 SoapUIActionMappingList<WsdlTestStep> WsdlTestStepSoapUIActionGroup.getActionMappings(WsdlTestStep modelItem)
           
 SoapUIActionMappingList<WsdlTestStep> WsdlTestStepInsertStepSoapUIActionGroup.getActionMappings(WsdlTestStep modelItem)
           
 

Methods in com.eviware.soapui.impl.wsdl.actions.teststep with parameters of type WsdlTestStep
 SoapUIActionMappingList<WsdlTestStep> WsdlTestStepSoapUIActionGroup.getActionMappings(WsdlTestStep modelItem)
           
 SoapUIActionMappingList<WsdlTestStep> WsdlTestStepInsertStepSoapUIActionGroup.getActionMappings(WsdlTestStep modelItem)
           
 void ToggleDisableTestStepAction.perform(WsdlTestStep testStep, java.lang.Object param)
           
 void RenameTestStepAction.perform(WsdlTestStep testStep, java.lang.Object param)
           
 void MoveTestStepUpAction.perform(WsdlTestStep testStep, java.lang.Object param)
           
 void MoveTestStepDownAction.perform(WsdlTestStep testStep, java.lang.Object param)
           
 void InsertWsdlTestStepAction.perform(WsdlTestStep testStep, java.lang.Object param)
           
 void DeleteTestStepAction.perform(WsdlTestStep testStep, java.lang.Object param)
           
 void CloneTestStepAction.perform(WsdlTestStep testStep, java.lang.Object param)
           
 

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

Constructors in com.eviware.soapui.impl.wsdl.panels.support with parameters of type WsdlTestStep
MockTestRunContext(MockTestRunner mockTestRunner, WsdlTestStep testStep)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.testcase that return WsdlTestStep
 WsdlTestStep WsdlTestCase.addTestStep(java.lang.String type, java.lang.String name)
           
 WsdlTestStep WsdlTestCase.addTestStep(com.eviware.soapui.config.TestStepConfig stepConfig)
           
 WsdlTestStep WsdlTestCase.cloneStep(WsdlTestStep testStep, java.lang.String name)
           
 WsdlTestStep WsdlTestCase.getTestStepAt(int index)
           
 WsdlTestStep WsdlTestCase.getTestStepByName(java.lang.String stepName)
           
 WsdlTestStep WsdlTestCase.importTestStep(WsdlTestStep testStep, java.lang.String name, int index, boolean createCopy)
           
 WsdlTestStep[] WsdlTestCase.importTestSteps(WsdlTestStep[] testSteps, int index, boolean createCopies)
           
 WsdlTestStep WsdlTestCase.insertTestStep(java.lang.String type, java.lang.String name, int index)
           
 WsdlTestStep WsdlTestCase.insertTestStep(com.eviware.soapui.config.TestStepConfig stepConfig, int ix)
           
 WsdlTestStep WsdlTestCase.insertTestStep(com.eviware.soapui.config.TestStepConfig stepConfig, int ix, boolean clearIds)
           
 WsdlTestStep[] WsdlTestCase.insertTestSteps(com.eviware.soapui.config.TestStepConfig[] stepConfig, int ix, boolean clearIds)
           
 

Methods in com.eviware.soapui.impl.wsdl.testcase with parameters of type WsdlTestStep
 WsdlTestStep WsdlTestCase.cloneStep(WsdlTestStep testStep, java.lang.String name)
           
 WsdlTestStep WsdlTestCase.importTestStep(WsdlTestStep testStep, java.lang.String name, int index, boolean createCopy)
           
 WsdlTestStep[] WsdlTestCase.importTestSteps(WsdlTestStep[] testSteps, int index, boolean createCopies)
           
 void WsdlTestCase.removeTestStep(WsdlTestStep testStep)
           
 

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

Subclasses of WsdlTestStep in com.eviware.soapui.impl.wsdl.teststeps
 class AMFRequestTestStep
           
 class HttpTestRequestStep
           
 class JdbcRequestTestStep
          WsdlTestStep that executes a WsdlTestRequest
 class PropertyTransfersTestStep
          WsdlTestStep for transferring values from a WsdlTestRequest response to a WsdlTestRequest request using XPath expressions
 class RestTestRequestStep
           
 class WsdlDelayTestStep
          TestStep that delays execution for a number of milliseconds
 class WsdlGotoTestStep
          TestStep that moves execution to another step based on the contents of a XML Property
 class WsdlGroovyScriptTestStep
          TestStep that executes an arbitraty Groovy script
 class WsdlMockResponseTestStep
           
 class WsdlPropertiesTestStep
          TestStep that holds an arbitrary number of custom properties
 class WsdlRunTestCaseTestStep
           
 class WsdlTestRequestStep
          WsdlTestStep that executes a WsdlTestRequest
 class WsdlTestStepWithProperties
          Base class for WSDL TestCase test steps.
 

Methods in com.eviware.soapui.impl.wsdl.teststeps that return WsdlTestStep
 WsdlTestStep WsdlTestStep.clone(WsdlTestCase targetTestCase, java.lang.String name)
          Called after cloning for custom behaviour
 WsdlTestStep WsdlTestRequestStep.clone(WsdlTestCase targetTestCase, java.lang.String name)
           
 WsdlTestStep JdbcRequestTestStep.clone(WsdlTestCase targetTestCase, java.lang.String name)
           
 WsdlTestStep HttpTestRequestStepInterface.clone(WsdlTestCase targetTestCase, java.lang.String name)
           
 WsdlTestStep HttpTestRequestStep.clone(WsdlTestCase targetTestCase, java.lang.String name)
           
 WsdlTestStep AMFRequestTestStep.clone(WsdlTestCase targetTestCase, java.lang.String name)
           
 WsdlTestStep HttpTestRequestInterface.getTestStep()
           
 

Constructors in com.eviware.soapui.impl.wsdl.teststeps with parameters of type WsdlTestStep
JdbcTestStepResult(WsdlTestStep testStep)
           
WsdlMessageExchangeTestStepResult(WsdlTestStep testStep)
           
WsdlSingleMessageExchangeTestStepResult(WsdlTestStep step)
           
WsdlTestStepResult(WsdlTestStep testStep)
           
 

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

Subclasses of WsdlTestStep in com.eviware.soapui.impl.wsdl.teststeps.registry
static class ProPlaceholderStepFactory.WsdlProPlaceholderTestStep
           
 

Methods in com.eviware.soapui.impl.wsdl.teststeps.registry that return WsdlTestStep
abstract  WsdlTestStep WsdlTestStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
           
 WsdlTestStep WsdlTestRequestStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
           
 WsdlTestStep WsdlMockResponseStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
           
 WsdlTestStep RunTestCaseStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
           
 WsdlTestStep RestRequestStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
           
 WsdlTestStep ProPlaceholderStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
           
 WsdlTestStep PropertyTransfersStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
           
 WsdlTestStep PropertiesStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
           
 WsdlTestStep JdbcRequestTestStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
           
 WsdlTestStep HttpRequestStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
           
 WsdlTestStep GroovyScriptStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
           
 WsdlTestStep GotoStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
           
 WsdlTestStep DelayStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
           
 WsdlTestStep AMFRequestStepFactory.buildTestStep(WsdlTestCase testCase, com.eviware.soapui.config.TestStepConfig config, boolean forLoadTest)
           
 

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

Constructors in com.eviware.soapui.model.support with parameters of type WsdlTestStep
DefaultTestStepProperty(java.lang.String name, boolean isReadOnly, DefaultTestStepProperty.PropertyHandler handler, WsdlTestStep testStep)
           
DefaultTestStepProperty(java.lang.String name, boolean isReadOnly, WsdlTestStep testStep)
           
DefaultTestStepProperty(java.lang.String name, WsdlTestStep testStep)
           
TestStepBeanProperty(java.lang.String name, boolean isReadOnly, java.lang.Object targetObject, java.lang.String targetName, WsdlTestStep testStep)
           
 

Uses of WsdlTestStep in com.eviware.soapui.support.components
 

Methods in com.eviware.soapui.support.components that return WsdlTestStep
 WsdlTestStep TestStepComboBoxModel.getSelectedStep()
           
 WsdlTestStep TestStepPropertyComboBoxModel.getTestStep()
           
 

Methods in com.eviware.soapui.support.components with parameters of type WsdlTestStep
 void TestStepPropertyComboBoxModel.setTestStep(WsdlTestStep testStep)
           
 

Constructors in com.eviware.soapui.support.components with parameters of type WsdlTestStep
TestStepPropertyComboBoxModel(WsdlTestStep testStep)
           
 

Uses of WsdlTestStep in com.eviware.soapui.support.dnd.handlers
 

Methods in com.eviware.soapui.support.dnd.handlers with parameters of type WsdlTestStep
static boolean DragAndDropSupport.copyTestStep(WsdlTestStep source, WsdlTestCase target, int defaultPosition)
           
static boolean DragAndDropSupport.moveTestStep(WsdlTestStep source, WsdlTestCase target, int defaultPosition)
           
 

Uses of WsdlTestStep in com.eviware.soapui.support.resolver
 

Methods in com.eviware.soapui.support.resolver with parameters of type WsdlTestStep
 void RunTestCaseRemoveResolver.perform(WsdlTestStep target, java.lang.Object param)
           
 

Constructors in com.eviware.soapui.support.resolver with parameters of type WsdlTestStep
ChangeOperationResolver(WsdlTestStep testStep, java.lang.String operationType)
           
ImportInterfaceResolver(WsdlTestStep item)
           
RemoveTestStepResolver(WsdlTestStep testStep)
           
RunTestCaseRemoveResolver(WsdlTestStep testStep)
           
 



Copyright © 2005-2010 eviware.com. All Rights Reserved.