public abstract class WsdlTestStep extends AbstractWsdlModelItem
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | afterCopy(WsdlTestSuite oldTestSuite, WsdlTestCase oldTestCase) | 
|  | boolean | cancel() | 
|  | WsdlTestStep | clone(WsdlTestCase targetTestCase, java.lang.String name) | 
|  | boolean | dependsOn(AbstractWsdlModelItem<?> modelItem) | 
|  | void | finish(TestCaseRunner testRunner, TestCaseRunContext testRunContext) | 
|  | java.lang.String | getDefaultSourcePropertyName() | 
|  | java.lang.String | getDefaultTargetPropertyName() | 
|  | java.lang.String | getLabel() | 
|  | ModelItem | getModelItem() | 
|  | java.lang.String | getPropertiesLabel() | 
|  | java.util.Collection<Interface> | getRequiredInterfaces() | 
|  | WsdlTestCase | getTestCase() | 
|  | java.lang.String | getTestStepTitle() | 
|  | boolean | hasEditor() | 
|  | boolean | isDisabled() | 
|  | boolean | isForLoadTest() | 
|  | void | prepare(TestCaseRunner testRunner, TestCaseRunContext testRunContext) | 
|  | void | resetConfigOnMove(TestStepConfig config) | 
|  | void | setDisabled(boolean disabled) | 
|  | void | setName(java.lang.String name) |