public class WsdlDataSinkTestStep
extends com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithProperties
implements com.eviware.soapui.model.support.XPathReferenceContainer, com.eviware.soapui.impl.wsdl.MutableTestPropertyHolder, com.eviware.soapui.model.propertyexpansion.PropertyExpansionContainer, com.eviware.soapui.model.propertyexpansion.CustomPropertyExpansion
| Modifier and Type | Class and Description |
|---|---|
class |
WsdlDataSinkTestStep.DataSinkTestStepResult |
| Modifier and Type | Field and Description |
|---|---|
static String |
DATASINK |
static String |
DATASINK_SCRIPT_NAME |
static String |
FAILONEMPTY |
static String |
ICON_NAME |
static String |
PROPERTIES |
static String |
SHARED |
static String |
VALUES |
| Constructor and Description |
|---|
WsdlDataSinkTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addExternalDependencies(List<com.eviware.soapui.impl.wsdl.support.ExternalDependency> dependencies) |
com.eviware.soapui.model.testsuite.TestProperty |
addProperty(String name) |
void |
addTestPropertyListener(com.eviware.soapui.model.testsuite.TestPropertyListener listener) |
void |
beforeSave() |
void |
finish(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context) |
int |
getCustomPropertyCount() |
Object |
getCustomPropertyValue(int index) |
DataSink |
getDataSink() |
com.eviware.soapui.config.DataSinkStepConfig |
getDataSinkStepConfig() |
Map<String,com.eviware.soapui.model.testsuite.TestProperty> |
getProperties() |
com.eviware.soapui.model.testsuite.TestProperty |
getProperty(String name) |
com.eviware.soapui.model.testsuite.TestProperty |
getPropertyAt(int index) |
int |
getPropertyCount() |
com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] |
getPropertyExpansions() |
List<com.eviware.soapui.model.testsuite.TestProperty> |
getPropertyList() |
String[] |
getPropertyNames() |
String |
getPropertyValue(String name) |
String |
getSharedDataSinkPropertyName() |
com.eviware.soapui.model.support.XPathReference[] |
getXPathReferences() |
boolean |
hasProperty(String name) |
boolean |
isShared() |
boolean |
isSkipOnEmpty() |
void |
moveProperty(String propertyName,
int targetIndex) |
void |
prepare(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext testRunContext) |
void |
release() |
com.eviware.soapui.model.testsuite.TestProperty |
removeProperty(String propertyName) |
void |
removeTestPropertyListener(com.eviware.soapui.model.testsuite.TestPropertyListener listener) |
boolean |
renameProperty(String name,
String newName) |
void |
resetConfigOnMove(com.eviware.soapui.config.TestStepConfig config) |
void |
resolve(com.eviware.soapui.support.resolver.ResolveContext<?> context) |
com.eviware.soapui.model.testsuite.TestStepResult |
run(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context) |
boolean |
setCustomPropertyValue(int index,
Object obj) |
DataSink |
setDataSink(String type) |
void |
setFailOnEmpty(boolean failOnEmpty) |
void |
setPropertyValue(String name,
Object value) |
void |
setPropertyValue(String name,
String value) |
void |
setShared(boolean shared) |
com.eviware.soapui.support.types.StringToStringMap |
write(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context) |
addProperty, addProperty, createNoLicenseResult, deleteProperty, firePropertiesAdded, firePropertiesRemoved, firePropertyAdded, firePropertyMoved, firePropertyRemoved, firePropertyRenamed, firePropertyValueChanged, getFailedResultBasedOnRunContext, hasProperties, moveProperty, propertyRenamedafterCopy, afterCreateFromGUI, cancel, clone, createPanelBuilder, dependsOn, getDefaultSourcePropertyName, getDefaultTargetPropertyName, getLabel, getModelItem, getPropertiesLabel, getRequiredInterfaces, getTestCase, getTestStepTitle, hasEditor, isDisabled, isForLoadTest, setDisabled, setNameafterLoad, afterSave, clearIdCache, createEventBusMessage, dependsOn, getConfig, getDescription, getExternalAction, getExternalDependencies, getIcon, getId, getName, getParent, getSettings, getWsdlModelItemById, getWsdlModelItemByName, initItemOrder, initWsdlModelItemOrder, resetConfigOnMove, 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, waitgetModelItem, getPropertiesLabelpublic static final String ICON_NAME
public static final String SHARED
public static final String FAILONEMPTY
public static final String DATASINK
public static final String DATASINK_SCRIPT_NAME
public static final String PROPERTIES
public static final String VALUES
public WsdlDataSinkTestStep(com.eviware.soapui.impl.wsdl.testcase.WsdlTestCase testCase,
com.eviware.soapui.config.TestStepConfig config,
boolean forLoadTest)
public void release()
release in interface com.eviware.soapui.model.Releasablerelease in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithPropertiespublic void resetConfigOnMove(com.eviware.soapui.config.TestStepConfig config)
resetConfigOnMove in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestSteppublic void resolve(com.eviware.soapui.support.resolver.ResolveContext<?> context)
resolve in class com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem<com.eviware.soapui.config.TestStepConfig>protected void addExternalDependencies(List<com.eviware.soapui.impl.wsdl.support.ExternalDependency> dependencies)
addExternalDependencies in class com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem<com.eviware.soapui.config.TestStepConfig>public com.eviware.soapui.model.testsuite.TestStepResult run(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context)
run in interface com.eviware.soapui.model.testsuite.TestSteppublic boolean isSkipOnEmpty()
public void setFailOnEmpty(boolean failOnEmpty)
public boolean isShared()
public void setShared(boolean shared)
public void finish(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context)
finish in interface com.eviware.soapui.model.testsuite.TestStepfinish in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestSteppublic void prepare(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext testRunContext)
throws Exception
prepare in interface com.eviware.soapui.model.testsuite.TestStepprepare in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepExceptionpublic com.eviware.soapui.support.types.StringToStringMap write(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext context)
throws Exception
Exceptionpublic String getSharedDataSinkPropertyName()
public DataSink getDataSink()
public com.eviware.soapui.config.DataSinkStepConfig getDataSinkStepConfig()
public void beforeSave()
beforeSave in class com.eviware.soapui.impl.wsdl.AbstractWsdlModelItem<com.eviware.soapui.config.TestStepConfig>public int getCustomPropertyCount()
getCustomPropertyCount in interface com.eviware.soapui.model.propertyexpansion.CustomPropertyExpansionpublic Object getCustomPropertyValue(int index)
getCustomPropertyValue in interface com.eviware.soapui.model.propertyexpansion.CustomPropertyExpansionpublic boolean setCustomPropertyValue(int index,
Object obj)
setCustomPropertyValue in interface com.eviware.soapui.model.propertyexpansion.CustomPropertyExpansionpublic com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] getPropertyExpansions()
getPropertyExpansions in interface com.eviware.soapui.model.propertyexpansion.PropertyExpansionContainerpublic com.eviware.soapui.model.support.XPathReference[] getXPathReferences()
getXPathReferences in interface com.eviware.soapui.model.support.XPathReferenceContainerpublic boolean renameProperty(String name, String newName)
renameProperty in interface com.eviware.soapui.impl.wsdl.MutableTestPropertyHolderpublic com.eviware.soapui.model.testsuite.TestProperty addProperty(String name)
addProperty in interface com.eviware.soapui.impl.wsdl.MutableTestPropertyHolderpublic void addTestPropertyListener(com.eviware.soapui.model.testsuite.TestPropertyListener listener)
addTestPropertyListener in interface com.eviware.soapui.model.TestPropertyHolderaddTestPropertyListener in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithPropertiespublic Map<String,com.eviware.soapui.model.testsuite.TestProperty> getProperties()
getProperties in interface com.eviware.soapui.model.TestPropertyHoldergetProperties in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithPropertiespublic com.eviware.soapui.model.testsuite.TestProperty getProperty(String name)
getProperty in interface com.eviware.soapui.model.TestPropertyHoldergetProperty in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithPropertiespublic com.eviware.soapui.model.testsuite.TestProperty getPropertyAt(int index)
getPropertyAt in interface com.eviware.soapui.model.TestPropertyHoldergetPropertyAt in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithPropertiespublic int getPropertyCount()
getPropertyCount in interface com.eviware.soapui.model.TestPropertyHoldergetPropertyCount in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithPropertiespublic List<com.eviware.soapui.model.testsuite.TestProperty> getPropertyList()
getPropertyList in interface com.eviware.soapui.model.TestPropertyHoldergetPropertyList in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithPropertiespublic String[] getPropertyNames()
getPropertyNames in interface com.eviware.soapui.model.TestPropertyHoldergetPropertyNames in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithPropertiespublic String getPropertyValue(String name)
getPropertyValue in interface com.eviware.soapui.model.TestPropertyHoldergetPropertyValue in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithPropertiespublic com.eviware.soapui.model.testsuite.TestProperty removeProperty(String propertyName)
removeProperty in interface com.eviware.soapui.impl.wsdl.MutableTestPropertyHolderpublic void removeTestPropertyListener(com.eviware.soapui.model.testsuite.TestPropertyListener listener)
removeTestPropertyListener in interface com.eviware.soapui.model.TestPropertyHolderremoveTestPropertyListener in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithPropertiespublic boolean hasProperty(String name)
hasProperty in interface com.eviware.soapui.model.TestPropertyHolderhasProperty in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithPropertiespublic void setPropertyValue(String name, String value)
setPropertyValue in interface com.eviware.soapui.model.TestPropertyHoldersetPropertyValue in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithPropertiespublic void moveProperty(String propertyName, int targetIndex)
moveProperty in interface com.eviware.soapui.impl.wsdl.MutableTestPropertyHoldermoveProperty in class com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStepWithPropertiesCopyright © 2019. All rights reserved.