public class WsdlDataSinkTestStep
extends com.eviware.soapui.impl.wsdl.teststeps.WsdlTestStep
implements com.eviware.soapui.model.support.XPathReferenceContainer, com.eviware.soapui.impl.wsdl.MutableTestPropertyHolder
| Modifier and Type | Class and Description |
|---|---|
class |
WsdlDataSinkTestStep.DataSinkTestStepResult |
| Modifier and Type | Field and Description |
|---|---|
static String |
DATASINK |
static String |
FAILONEMPTY |
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) |
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) |
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) |
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) |
afterCopy, cancel, clone, createPanelBuilder, dependsOn, getDefaultSourcePropertyName, getDefaultTargetPropertyName, getLabel, getModelItem, getPropertiesLabel, getRequiredInterfaces, getTestCase, getTestStepTitle, hasEditor, isDisabled, isForLoadTest, setDisabled, setNameafterLoad, dependsOn, getConfig, getDescription, getExternalDependencies, getIcon, getId, getName, getParent, getSettings, getWsdlModelItemByName, release, setConfig, setDescription, setIcon, setSettingsaddPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, getChildren, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, removePropertyChangeListener, removePropertyChangeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetModelItem, getPropertiesLabelpublic static final String SHARED
public static final String FAILONEMPTY
public static final String DATASINK
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 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 com.eviware.soapui.model.propertyexpansion.PropertyExpansion[] getPropertyExpansions()
public 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.TestPropertyHolderpublic Map<String,com.eviware.soapui.model.testsuite.TestProperty> getProperties()
getProperties in interface com.eviware.soapui.model.TestPropertyHolderpublic com.eviware.soapui.model.testsuite.TestProperty getProperty(String name)
getProperty in interface com.eviware.soapui.model.TestPropertyHolderpublic com.eviware.soapui.model.testsuite.TestProperty getPropertyAt(int index)
getPropertyAt in interface com.eviware.soapui.model.TestPropertyHolderpublic int getPropertyCount()
getPropertyCount in interface com.eviware.soapui.model.TestPropertyHolderpublic List<com.eviware.soapui.model.testsuite.TestProperty> getPropertyList()
getPropertyList in interface com.eviware.soapui.model.TestPropertyHolderpublic String[] getPropertyNames()
getPropertyNames in interface com.eviware.soapui.model.TestPropertyHolderpublic String getPropertyValue(String name)
getPropertyValue in interface com.eviware.soapui.model.TestPropertyHolderpublic 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.TestPropertyHolderpublic boolean hasProperty(String name)
hasProperty in interface com.eviware.soapui.model.TestPropertyHolderpublic void setPropertyValue(String name, String value)
setPropertyValue in interface com.eviware.soapui.model.TestPropertyHolderpublic void moveProperty(String propertyName, int targetIndex)
moveProperty in interface com.eviware.soapui.impl.wsdl.MutableTestPropertyHolderCopyright © 2013. All Rights Reserved.