com.eviware.soapui.impl.wsdl.teststeps
Class WsdlGotoTestStep
java.lang.Object
com.eviware.soapui.model.support.AbstractModelItem
com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem<com.eviware.soapui.config.TestStepConfig>
com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep
com.eviware.soapui.impl.wsdl.teststeps.WsdlGotoTestStep
- All Implemented Interfaces:
- ModelItem, TestStep, PropertyChangeNotifier
public class WsdlGotoTestStep
- extends WsdlTestStep
TestStep that moves execution to another step based on the contents of a XML Property
- Author:
- ole.matzura
Methods inherited from class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep |
addProperty, addTestStepListener, clone, createPanelBuilder, deleteProperty, dependsOn, finish, firePropertyAdded, firePropertyRemoved, firePropertyRenamed, firePropertyValueChanged, getProperty, getPropertyNames, getPropertyValue, getRequiredInterfaces, getTestCase, getTestStepTitle, hasEditor, isDisabled, isForLoadTest, prepare, propertyRenamed, removeTestStepListener, setDisabled, setPropertyValue |
Methods inherited from class com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem |
getConfig, getDescription, getIcon, getName, getParent, getSettings, getWsdlModelItemByName, onSave, setConfig, setDescription, setIcon, setName, setSettings |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdlGotoTestStep
public WsdlGotoTestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
postInit
public void postInit(com.eviware.soapui.config.TestStepConfig config)
- Description copied from class:
WsdlTestStep
- Called after creation of all teststeps, should be used for inter-test-step initializations
- Overrides:
postInit
in class WsdlTestStep
resetConfigOnMove
public void resetConfigOnMove(com.eviware.soapui.config.TestStepConfig config)
- Description copied from class:
WsdlTestStep
- Called from WsdlTestCase when moving a teststep due to no move functionality
in xmlbeans generated arrays.
- Overrides:
resetConfigOnMove
in class WsdlTestStep
- Parameters:
config
- the new config to use, will be a copy of the existing one. The current
will be invalid
run
public TestStepResult run(TestRunner runner,
TestRunContext context)
runConditions
public WsdlGotoTestStep.GotoCondition runConditions(WsdlTestRequestStep previousStep)
cancel
public boolean cancel()
- Specified by:
cancel
in interface TestStep
- Overrides:
cancel
in class WsdlTestStep
getConditionCount
public int getConditionCount()
getConditionAt
public WsdlGotoTestStep.GotoCondition getConditionAt(int index)
addCondition
public WsdlGotoTestStep.GotoCondition addCondition(java.lang.String name)
removeConditionAt
public void removeConditionAt(int index)
release
public void release()
- Overrides:
release
in class AbstractWsdlModelItem<com.eviware.soapui.config.TestStepConfig>
Copyright © 2005-2007 eviware.com. All Rights Reserved.