public class WsdlPropertiesTestStep extends WsdlTestStep implements MutableTestPropertyHolder
| Modifier and Type | Field and Description | 
|---|---|
| static String | SOURCE_PROPERTY | 
| static String | TARGET_PROPERTY | 
DISABLED_PROPERTYDESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY| Constructor and Description | 
|---|
| WsdlPropertiesTestStep(WsdlTestCase testCase,
                      TestStepConfig config,
                      boolean forLoadTest) | 
afterCopy, cancel, clone, createPanelBuilder, dependsOn, finish, getDefaultSourcePropertyName, getDefaultTargetPropertyName, getModelItem, getPropertiesLabel, getRequiredInterfaces, getTestCase, getTestStepTitle, hasEditor, isDisabled, isForLoadTest, prepare, setDisabled, setNameaddExternalDependencies, afterLoad, dependsOn, getConfig, getDescription, getExternalDependencies, getIcon, getId, getName, getParent, getSettings, getWsdlModelItemById, getWsdlModelItemByName, release, 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, waitgetModelItem, getPropertiesLabelgetChildren, getDescription, getIcon, getId, getName, getParent, getProject, getSettingsaddPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerpublic static final String SOURCE_PROPERTY
public static final String TARGET_PROPERTY
public WsdlPropertiesTestStep(WsdlTestCase testCase, TestStepConfig config, boolean forLoadTest)
public TestStepResult run(TestCaseRunner testRunner, TestCaseRunContext testRunContext)
public TestProperty getTestStepPropertyAt(int index)
public int getStepPropertyCount()
public String getSource()
public void setSource(String source)
public String getTarget()
public String getLabel()
getLabel in interface TestStepgetLabel in class WsdlTestSteppublic void setTarget(String target)
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 int loadProperties(boolean createMissing)
                   throws IOException
IOExceptionpublic int saveProperties()
                   throws IOException
IOExceptionpublic boolean isCreateMissingOnLoad()
public void setCreateMissingOnLoad(boolean b)
public boolean isSaveFirst()
public void setSaveFirst(boolean b)
public boolean isDiscardValuesOnSave()
public void setDiscardValuesOnSave(boolean b)
public void setPropertyValue(String name, String value)
setPropertyValue in interface TestPropertyHolderpublic void beforeSave()
beforeSave in class AbstractWsdlModelItem<TestStepConfig>public void clearPropertyValues()
public boolean renameProperty(String name, String newName)
renameProperty in interface MutableTestPropertyHolderpublic TestProperty addProperty(String name)
addProperty in interface MutableTestPropertyHolderpublic void addTestPropertyListener(TestPropertyListener listener)
addTestPropertyListener in interface TestPropertyHolderpublic Map<String,TestProperty> getProperties()
getProperties in interface TestPropertyHolderpublic TestProperty getProperty(String name)
getProperty in interface TestPropertyHolderpublic TestProperty getPropertyAt(int index)
getPropertyAt in interface TestPropertyHolderpublic List<TestProperty> getPropertyList()
getPropertyList in interface TestPropertyHolderpublic int getPropertyCount()
getPropertyCount in interface TestPropertyHolderpublic String[] getPropertyNames()
getPropertyNames in interface TestPropertyHolderpublic String getPropertyValue(String name)
getPropertyValue in interface TestPropertyHolderpublic TestProperty removeProperty(String propertyName)
removeProperty in interface MutableTestPropertyHolderpublic void removeTestPropertyListener(TestPropertyListener listener)
removeTestPropertyListener in interface TestPropertyHolderpublic boolean hasProperty(String name)
hasProperty in interface TestPropertyHolderpublic void addExternalDependency(List<ExternalDependency> dependencies)
public void resolve(ResolveContext<?> context)
resolve in class AbstractWsdlModelItem<TestStepConfig>public void moveProperty(String propertyName, int targetIndex)
moveProperty in interface MutableTestPropertyHolderpublic String getSource(boolean expand)
public String getTarget(boolean expand)
Copyright © 2019. All Rights Reserved.