public class WsdlGotoTestStep extends WsdlTestStepWithProperties implements XPathReferenceContainer, PropertyExpansionContainer
| Modifier and Type | Class and Description |
|---|---|
class |
WsdlGotoTestStep.GotoCondition |
AbstractWsdlModelItem.ExternalAction| Modifier and Type | Field and Description |
|---|---|
static String |
ICON_NAME |
RAW_RESPONSE, RESPONSE, RESPONSE_AS_XMLDISABLED_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) |
WsdlGotoTestStep.GotoCondition |
setCondition(WsdlGotoTestStep.GotoCondition condition,
int index) |
addProperty, addProperty, addTestPropertyListener, createNoLicenseResult, deleteProperty, firePropertiesAdded, firePropertiesRemoved, firePropertyAdded, firePropertyMoved, firePropertyRemoved, firePropertyRenamed, firePropertyValueChanged, getFailedResultBasedOnRunContext, getProperties, getProperty, getPropertyAt, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperty, moveProperty, moveProperty, propertyRenamed, removeTestPropertyListener, setPropertyValueafterCopy, afterCreateFromGUI, clone, createPanelBuilder, dependsOn, finish, getDefaultSourcePropertyName, getDefaultTargetPropertyName, getLabel, getModelItem, getPropertiesLabel, getRequiredInterfaces, getTestCase, getTestStepTitle, hasEditor, isDisabled, isForLoadTest, prepare, setDisabled, setNameaddExternalDependencies, afterSave, beforeSave, clearIdCache, createEventBusMessage, dependsOn, getConfig, getDescription, getExternalAction, getExternalDependencies, getIcon, getId, getName, getParent, getSettings, getWsdlModelItemById, getWsdlModelItemByName, initItemOrder, initWsdlModelItemOrder, resetConfigOnMove, resolve, setConfig, setDescription, setExternalAction, setIcon, setSettingsaddPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, getChildren, getDashboardDbId, getProject, isNotifyPropertyChanged, notifyPropertyChanged, removeModelItemFromConfig, removePropertyChangeListener, removePropertyChangeListener, setDashboardDbId, setNotifyPropertyChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String ICON_NAME
public WsdlGotoTestStep(WsdlTestCase testCase, TestStepConfig config, boolean forLoadTest)
public void afterLoad()
afterLoad in class AbstractWsdlModelItem<TestStepConfig>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 invalidpublic TestStepResult run(TestCaseRunner runner, TestCaseRunContext context)
public WsdlGotoTestStep.GotoCondition runConditions(SamplerTestStep previousStep, TestCaseRunContext context)
public boolean cancel()
cancel in interface TestStepcancel in class WsdlTestSteppublic 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 Releasablerelease in class WsdlTestStepWithPropertiespublic boolean hasProperties()
hasProperties in class WsdlTestStepWithPropertiespublic PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions in interface PropertyExpansionContainerpublic XPathReference[] getXPathReferences()
getXPathReferences in interface XPathReferenceContainerpublic WsdlGotoTestStep.GotoCondition setCondition(WsdlGotoTestStep.GotoCondition condition, int index)
Copyright © 2019. All rights reserved.