| com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep
All known Subclasses: com.eviware.soapui.impl.wsdl.teststeps.WsdlTestRequestStep, com.eviware.soapui.impl.wsdl.teststeps.WsdlDelayTestStep, com.eviware.soapui.impl.wsdl.teststeps.TransferResponseValuesTestStep, com.eviware.soapui.impl.wsdl.teststeps.WsdlGotoTestStep, com.eviware.soapui.impl.wsdl.teststeps.WsdlPropertiesTestStep, com.eviware.soapui.impl.wsdl.teststeps.WsdlGroovyScriptTestStep,
WsdlTestStep | abstract public class WsdlTestStep extends AbstractWsdlModelItem implements TestStep(Code) | | Base class for WSDL TestCase test steps.
author: Ole.Matzura |
Constructor Summary | |
protected | WsdlTestStep(WsdlTestCase testCase, TestStepConfig config, boolean hasEditor, boolean forLoadTest) |
WsdlTestStep | protected WsdlTestStep(WsdlTestCase testCase, TestStepConfig config, boolean hasEditor, boolean forLoadTest)(Code) | | |
cancel | public boolean cancel()(Code) | | |
deleteProperty | protected void deleteProperty(String name)(Code) | | |
firePropertyAdded | protected void firePropertyAdded(String name)(Code) | | |
firePropertyRemoved | protected void firePropertyRemoved(String name)(Code) | | |
firePropertyRenamed | protected void firePropertyRenamed(String oldName, String newName)(Code) | | |
hasEditor | public boolean hasEditor()(Code) | | |
isDisabled | public boolean isDisabled()(Code) | | |
isForLoadTest | public boolean isForLoadTest()(Code) | | |
postInit | public void postInit(TestStepConfig config)(Code) | | Called after creation of all teststeps, should be used for inter-test-step initializations
Parameters: config - |
propertyRenamed | protected void propertyRenamed(String oldName)(Code) | | |
resetConfigOnMove | public void resetConfigOnMove(TestStepConfig config)(Code) | | Called from WsdlTestCase when moving a teststep due to no move functionality
in xmlbeans generated arrays.
Parameters: config - the new config to use, will be a copy of the existing one. The currentwill be invalid |
setDisabled | public void setDisabled(boolean disabled)(Code) | | |
|
|