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_XML
DISABLED_PROPERTY
DESCRIPTION_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, setPropertyValue
afterCopy, createPanelBuilder, dependsOn, finish, getLabel, getModelItem, getPropertiesLabel, getRequiredInterfaces, getTestCase, getTestStepTitle, hasEditor, isDisabled, isForLoadTest, prepare, setDisabled, setName
addExternalDependencies, afterLoad, beforeSave, dependsOn, getConfig, getDescription, getExternalDependencies, getIcon, getId, getName, getParent, getSettings, getWsdlModelItemById, getWsdlModelItemByName, resolve, setConfig, setDescription, setIcon, setSettings
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, getChildren, getProject, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, removePropertyChangeListener, removePropertyChangeListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildren, getDescription, getIcon, getId, getName, getParent, getProject, getSettings
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
protected 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)
WsdlTestStep
clone
in class WsdlTestStep
targetTestCase
- step we were cloned frompublic void release()
release
in interface Releasable
release
in class AbstractWsdlModelItem<TestStepConfig>
public TestStepResult run(TestCaseRunner runner, TestCaseRunContext runContext)
public boolean cancel()
cancel
in interface TestStep
cancel
in class WsdlTestStep
public String getDefaultSourcePropertyName()
WsdlTestStep
getDefaultSourcePropertyName
in class WsdlTestStep
public String getDefaultTargetPropertyName()
WsdlTestStep
getDefaultTargetPropertyName
in class WsdlTestStep
public PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions
in interface PropertyExpansionContainer
public String getExpectedResult()
public void setExpectedResult(String expectedResult)
public void resetConfigOnMove(TestStepConfig config)
WsdlTestStep
resetConfigOnMove
in class WsdlTestStep
config
- the new config to use, will be a copy of the existing one. The
current will be invalidCopyright © 2019. All Rights Reserved.