public class ManualTestStep extends WsdlTestStepWithProperties implements PropertyExpansionContainer
| Modifier and Type | Class and Description | 
|---|---|
| protected static interface  | ManualTestStep.Form | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | MANUAL_STEP | 
| protected ManualTestStepConfig | manualTestStepConfig | 
| static String | STATUS_PROPERTY | 
RAW_RESPONSE, RESPONSE, RESPONSE_AS_XMLDISABLED_PROPERTYDESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY| Constructor and Description | 
|---|
| ManualTestStep(WsdlTestCase testCase,
              TestStepConfig config,
              boolean forLoadTest) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | cancel() | 
| WsdlTestStep | clone(WsdlTestCase targetTestCase,
     String name)Called after cloning for custom behaviour | 
| String | getDefaultSourcePropertyName()Default property to use when creating property-transfers where this step
 is source | 
| String | getDefaultTargetPropertyName()Default property to use when creating property-transfers where this step
 is target | 
| String | getExpectedResult() | 
| protected ManualTestStepResult | getLastResult() | 
| ManualTestStepConfig | getManualTestStepConfig() | 
| PropertyExpansion[] | getPropertyExpansions() | 
| void | release() | 
| void | resetConfigOnMove(TestStepConfig config)Called from WsdlTestCase when moving a teststep due to no move
 functionality in xmlbeans generated arrays. | 
| TestStepResult | run(TestCaseRunner runner,
   TestCaseRunContext runContext) | 
| void | setExpectedResult(String expectedResult) | 
addProperty, addProperty, addTestPropertyListener, deleteProperty, firePropertyAdded, firePropertyMoved, firePropertyRemoved, firePropertyRenamed, firePropertyValueChanged, getProperties, getProperty, getPropertyAt, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperties, hasProperty, moveProperty, propertyRenamed, removeTestPropertyListener, setPropertyValueafterCopy, createPanelBuilder, dependsOn, finish, getLabel, getModelItem, getPropertiesLabel, getRequiredInterfaces, getTestCase, getTestStepTitle, hasEditor, isDisabled, isForLoadTest, prepare, setDisabled, setNameaddExternalDependencies, afterLoad, beforeSave, dependsOn, getConfig, getDescription, getExternalDependencies, getIcon, getId, getName, getParent, getSettings, getWsdlModelItemById, getWsdlModelItemByName, resolve, setConfig, setDescription, setIcon, setSettingsaddPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, getChildren, getProject, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, removePropertyChangeListener, removePropertyChangeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildren, getDescription, getIcon, getId, getName, getParent, getProject, getSettingsaddPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerprotected ManualTestStepConfig manualTestStepConfig
public static final String MANUAL_STEP
public static final String STATUS_PROPERTY
public ManualTestStep(WsdlTestCase testCase, TestStepConfig config, boolean forLoadTest)
protected ManualTestStepResult getLastResult()
public ManualTestStepConfig getManualTestStepConfig()
public WsdlTestStep clone(WsdlTestCase targetTestCase, String name)
WsdlTestStepclone in class WsdlTestSteptargetTestCase - step we were cloned frompublic void release()
release in interface Releasablerelease in class AbstractWsdlModelItem<TestStepConfig>public TestStepResult run(TestCaseRunner runner, TestCaseRunContext runContext)
public boolean cancel()
cancel in interface TestStepcancel in class WsdlTestSteppublic String getDefaultSourcePropertyName()
WsdlTestStepgetDefaultSourcePropertyName in class WsdlTestSteppublic String getDefaultTargetPropertyName()
WsdlTestStepgetDefaultTargetPropertyName in class WsdlTestSteppublic PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions in interface PropertyExpansionContainerpublic String getExpectedResult()
public void setExpectedResult(String expectedResult)
public void resetConfigOnMove(TestStepConfig config)
WsdlTestStepresetConfigOnMove in class WsdlTestStepconfig - the new config to use, will be a copy of the existing one. The
               current will be invalidCopyright © 2019. All Rights Reserved.