com.eviware.soapui.impl.wsdl.teststeps
Class WsdlTestRequestStep
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.WsdlTestRequestStep
- All Implemented Interfaces:
- ModelItem, TestStep, PropertyChangeNotifier, java.beans.PropertyChangeListener, java.util.EventListener
public class WsdlTestRequestStep
- extends WsdlTestStep
- implements java.beans.PropertyChangeListener
WsdlTestStep that executes a WsdlTestRequest
- Author:
- Ole.Matzura
Methods inherited from class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep |
addProperty, addTestStepListener, createPanelBuilder, deleteProperty, finish, firePropertyAdded, firePropertyRemoved, firePropertyRenamed, firePropertyValueChanged, getProperty, getPropertyNames, getPropertyValue, getTestCase, getTestStepTitle, postInit, prepare, propertyRenamed, removeTestStepListener, setPropertyValue |
Methods inherited from class com.eviware.soapui.model.support.AbstractModelItem |
addAction, addAction, addPropertyChangeListener, addPropertyChangeListener, getActions, getPanelBuilder, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, removePropertyChangeListener, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WsdlTestRequestStep
public WsdlTestRequestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config)
WsdlTestRequestStep
public WsdlTestRequestStep(WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig testStep,
WsdlRequest request)
WsdlTestRequestStep
public WsdlTestRequestStep(WsdlTestCase testCase,
WsdlTestRequest sourceRequest)
clone
public WsdlTestStep clone(WsdlTestCase targetTestCase,
java.lang.String name)
- Description copied from class:
WsdlTestStep
- Called after cloning for custom behaviour
- Overrides:
clone
in class WsdlTestStep
release
public void release()
- Overrides:
release
in class AbstractWsdlModelItem<com.eviware.soapui.config.TestStepConfig>
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
getIcon
public javax.swing.ImageIcon getIcon()
- Specified by:
getIcon
in interface ModelItem
- Overrides:
getIcon
in class AbstractWsdlModelItem<com.eviware.soapui.config.TestStepConfig>
getName
public java.lang.String getName()
- Specified by:
getName
in interface ModelItem
- Overrides:
getName
in class AbstractWsdlModelItem<com.eviware.soapui.config.TestStepConfig>
getTestRequest
public WsdlTestRequest getTestRequest()
setName
public void setName(java.lang.String name)
- Overrides:
setName
in class AbstractWsdlModelItem<com.eviware.soapui.config.TestStepConfig>
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent arg0)
- Specified by:
propertyChange
in interface java.beans.PropertyChangeListener
run
public TestStepResult run(TestRunner runner,
TestRunContext runContext)
- Specified by:
run
in interface TestStep
getAssertionAt
public WsdlMessageAssertion getAssertionAt(int index)
getAssertionCount
public int getAssertionCount()
cancel
public boolean cancel()
- Specified by:
cancel
in interface TestStep
- Overrides:
cancel
in class WsdlTestStep
dependsOn
public boolean dependsOn(AbstractWsdlModelItem modelItem)
- Overrides:
dependsOn
in class WsdlTestStep
Copyright © 2005-2007 eviware.com. All Rights Reserved.