public abstract class WsdlTestStep extends AbstractWsdlModelItem
Base class for WSDL TestCase test steps.
Type Params | Return Type | Name and description |
---|---|---|
|
void |
afterCopy(WsdlTestSuite oldTestSuite, WsdlTestCase oldTestCase) |
|
void |
afterCreateFromGUI() |
|
boolean |
cancel() |
|
WsdlTestStep |
clone(WsdlTestCase targetTestCase, java.lang.String name) Called after cloning for custom behaviour |
|
boolean |
dependsOn(AbstractWsdlModelItem<?> modelItem) |
|
void |
finish(TestCaseRunner testRunner, TestCaseRunContext testRunContext) |
|
java.lang.String |
getDefaultSourcePropertyName() Default property to use when creating property-transfers where this step is source |
|
java.lang.String |
getDefaultTargetPropertyName() Default property to use when creating property-transfers where this step is target |
|
java.lang.String |
getLabel() |
|
ModelItem |
getModelItem() |
|
java.lang.String |
getPropertiesLabel() |
|
java.util.Collection<Interface> |
getRequiredInterfaces() |
|
WsdlTestCase |
getTestCase() |
|
java.lang.String |
getTestStepTitle() |
|
boolean |
hasEditor() |
|
boolean |
isDebugActionAvailable() |
|
boolean |
isDisabled() |
|
boolean |
isForLoadTest() |
|
void |
prepare(TestCaseRunner testRunner, TestCaseRunContext testRunContext) |
|
void |
resetConfigOnMove(TestStepConfig config) Called from WsdlTestCase when moving a teststep due to no move functionality in xmlbeans generated arrays. |
|
void |
setDisabled(boolean disabled) |
|
void |
setName(java.lang.String name) |
Called after cloning for custom behaviour
targetTestCase
- step we were cloned fromDefault property to use when creating property-transfers where this step is source
Default property to use when creating property-transfers where this step is target
Called from WsdlTestCase when moving a teststep due to no move functionality in xmlbeans generated arrays.
config
- the new config to use, will be a copy of the existing one. The
current will be invalid