public class WsdlGotoTestStep extends WsdlTestStepWithProperties implements XPathReferenceContainer, PropertyExpansionContainer
Modifier and Type | Class and Description |
---|---|
class |
WsdlGotoTestStep.GotoCondition |
RAW_RESPONSE, RESPONSE, RESPONSE_AS_XML
DISABLED_PROPERTY
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY
Constructor and Description |
---|
WsdlGotoTestStep(WsdlTestCase testCase,
TestStepConfig config,
boolean forLoadTest) |
Modifier and Type | Method and Description |
---|---|
WsdlGotoTestStep.GotoCondition |
addCondition(String name) |
void |
afterLoad() |
boolean |
cancel() |
WsdlGotoTestStep.GotoCondition |
getConditionAt(int index) |
int |
getConditionCount() |
PropertyExpansion[] |
getPropertyExpansions() |
XPathReference[] |
getXPathReferences() |
boolean |
hasProperties() |
void |
release() |
void |
removeConditionAt(int index) |
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 context) |
WsdlGotoTestStep.GotoCondition |
runConditions(SamplerTestStep previousStep,
TestCaseRunContext context) |
addProperty, addProperty, addTestPropertyListener, deleteProperty, firePropertyAdded, firePropertyMoved, firePropertyRemoved, firePropertyRenamed, firePropertyValueChanged, getProperties, getProperty, getPropertyAt, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperty, moveProperty, propertyRenamed, removeTestPropertyListener, setPropertyValue
afterCopy, clone, createPanelBuilder, dependsOn, finish, getDefaultSourcePropertyName, getDefaultTargetPropertyName, getLabel, getModelItem, getPropertiesLabel, getRequiredInterfaces, getTestCase, getTestStepTitle, hasEditor, isDisabled, isForLoadTest, prepare, setDisabled, setName
addExternalDependencies, 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
public WsdlGotoTestStep(WsdlTestCase testCase, TestStepConfig config, boolean forLoadTest)
public void afterLoad()
afterLoad
in class AbstractWsdlModelItem<TestStepConfig>
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 invalidpublic TestStepResult run(TestCaseRunner runner, TestCaseRunContext context)
public WsdlGotoTestStep.GotoCondition runConditions(SamplerTestStep previousStep, TestCaseRunContext context)
public boolean cancel()
cancel
in interface TestStep
cancel
in class WsdlTestStep
public int getConditionCount()
public WsdlGotoTestStep.GotoCondition getConditionAt(int index)
public WsdlGotoTestStep.GotoCondition addCondition(String name)
public void removeConditionAt(int index)
public void release()
release
in interface Releasable
release
in class AbstractWsdlModelItem<TestStepConfig>
public boolean hasProperties()
hasProperties
in class WsdlTestStepWithProperties
public PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions
in interface PropertyExpansionContainer
public XPathReference[] getXPathReferences()
getXPathReferences
in interface XPathReferenceContainer
Copyright © 2019. All Rights Reserved.