|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestProperty | |
---|---|
com.eviware.soapui.impl.rest | |
com.eviware.soapui.impl.rest.support | |
com.eviware.soapui.impl.support.http | |
com.eviware.soapui.impl.wsdl | WSDL 1.1 implementations of soapui model interface |
com.eviware.soapui.impl.wsdl.mock | WsdlMockService-related classes |
com.eviware.soapui.impl.wsdl.support | WSDL-related support classes |
com.eviware.soapui.impl.wsdl.teststeps | WsdlTestStep implementations |
com.eviware.soapui.model | SoapUI core model interfaces |
com.eviware.soapui.model.propertyexpansion | |
com.eviware.soapui.model.propertyexpansion.resolvers | |
com.eviware.soapui.model.support | SoapUI model-related support classes |
com.eviware.soapui.model.testsuite | Test-related model items |
com.eviware.soapui.model.tree.nodes | Tree nodes for all SoapUI model items |
Uses of TestProperty in com.eviware.soapui.impl.rest |
---|
Methods in com.eviware.soapui.impl.rest that return TestProperty | |
---|---|
TestProperty |
RestRequest.addProperty(java.lang.String name)
|
TestProperty |
RestRequest.removeProperty(java.lang.String propertyName)
|
Methods in com.eviware.soapui.impl.rest that return types with arguments of type TestProperty | |
---|---|
java.util.Map<java.lang.String,TestProperty> |
RestResource.getProperties()
|
java.util.Map<java.lang.String,TestProperty> |
RestRequest.getProperties()
|
java.util.Map<java.lang.String,TestProperty> |
RestMethod.getProperties()
|
java.util.List<TestProperty> |
RestResource.getPropertyList()
|
java.util.List<TestProperty> |
RestRequest.getPropertyList()
|
java.util.List<TestProperty> |
RestMethod.getPropertyList()
|
Constructors in com.eviware.soapui.impl.rest with parameters of type TestProperty | |
---|---|
RestRequest.ParameterMessagePart(TestProperty propertyAt)
|
Uses of TestProperty in com.eviware.soapui.impl.rest.support |
---|
Subinterfaces of TestProperty in com.eviware.soapui.impl.rest.support | |
---|---|
interface |
RestParamProperty
|
Methods in com.eviware.soapui.impl.rest.support that return TestProperty | |
---|---|
TestProperty |
XmlBeansRestParamsTestPropertyHolder.put(java.lang.String key,
TestProperty value)
|
TestProperty |
RestRequestParamsPropertyHolder.put(java.lang.String key,
TestProperty value)
|
TestProperty |
OverlayRestParamsPropertyHolder.put(java.lang.String key,
TestProperty value)
|
TestProperty |
XmlBeansRestParamsTestPropertyHolder.remove(java.lang.Object key)
|
TestProperty |
RestRequestParamsPropertyHolder.remove(java.lang.Object key)
|
TestProperty |
OverlayRestParamsPropertyHolder.remove(java.lang.Object key)
|
Methods in com.eviware.soapui.impl.rest.support that return types with arguments of type TestProperty | |
---|---|
java.util.Set<java.util.Map.Entry<java.lang.String,TestProperty>> |
XmlBeansRestParamsTestPropertyHolder.entrySet()
|
java.util.Set<java.util.Map.Entry<java.lang.String,TestProperty>> |
RestRequestParamsPropertyHolder.entrySet()
|
java.util.Set<java.util.Map.Entry<java.lang.String,TestProperty>> |
OverlayRestParamsPropertyHolder.entrySet()
|
java.util.Map<java.lang.String,TestProperty> |
XmlBeansRestParamsTestPropertyHolder.getProperties()
|
java.util.Map<java.lang.String,TestProperty> |
RestRequestParamsPropertyHolder.getProperties()
|
java.util.Map<java.lang.String,TestProperty> |
OverlayRestParamsPropertyHolder.getProperties()
|
java.util.List<TestProperty> |
XmlBeansRestParamsTestPropertyHolder.getPropertyList()
|
java.util.List<TestProperty> |
RestRequestParamsPropertyHolder.getPropertyList()
|
java.util.List<TestProperty> |
OverlayRestParamsPropertyHolder.getPropertyList()
|
java.util.Collection<TestProperty> |
XmlBeansRestParamsTestPropertyHolder.values()
|
java.util.Collection<TestProperty> |
RestRequestParamsPropertyHolder.values()
|
java.util.Collection<TestProperty> |
OverlayRestParamsPropertyHolder.values()
|
Methods in com.eviware.soapui.impl.rest.support with parameters of type TestProperty | |
---|---|
TestProperty |
XmlBeansRestParamsTestPropertyHolder.put(java.lang.String key,
TestProperty value)
|
TestProperty |
RestRequestParamsPropertyHolder.put(java.lang.String key,
TestProperty value)
|
TestProperty |
OverlayRestParamsPropertyHolder.put(java.lang.String key,
TestProperty value)
|
Method parameters in com.eviware.soapui.impl.rest.support with type arguments of type TestProperty | |
---|---|
void |
XmlBeansRestParamsTestPropertyHolder.putAll(java.util.Map<? extends java.lang.String,? extends TestProperty> m)
|
void |
RestRequestParamsPropertyHolder.putAll(java.util.Map<? extends java.lang.String,? extends TestProperty> m)
|
void |
OverlayRestParamsPropertyHolder.putAll(java.util.Map<? extends java.lang.String,? extends TestProperty> m)
|
Uses of TestProperty in com.eviware.soapui.impl.support.http |
---|
Methods in com.eviware.soapui.impl.support.http that return TestProperty | |
---|---|
TestProperty |
HttpRequest.addProperty(java.lang.String name)
|
TestProperty |
HttpRequest.removeProperty(java.lang.String propertyName)
|
Methods in com.eviware.soapui.impl.support.http that return types with arguments of type TestProperty | |
---|---|
java.util.Map<java.lang.String,TestProperty> |
HttpRequest.getProperties()
|
java.util.List<TestProperty> |
HttpRequest.getPropertyList()
|
Uses of TestProperty in com.eviware.soapui.impl.wsdl |
---|
Methods in com.eviware.soapui.impl.wsdl that return TestProperty | |
---|---|
TestProperty |
MutableTestPropertyHolder.addProperty(java.lang.String name)
|
TestProperty |
AbstractTestPropertyHolderWsdlModelItem.addProperty(java.lang.String name)
|
TestProperty |
AbstractTestPropertyHolderWsdlModelItem.getProperty(java.lang.String name)
|
TestProperty |
AbstractTestPropertyHolderWsdlModelItem.getPropertyAt(int index)
|
TestProperty |
MutableTestPropertyHolder.removeProperty(java.lang.String propertyName)
|
TestProperty |
AbstractTestPropertyHolderWsdlModelItem.removeProperty(java.lang.String propertyName)
|
Methods in com.eviware.soapui.impl.wsdl that return types with arguments of type TestProperty | |
---|---|
java.util.Map<java.lang.String,TestProperty> |
AbstractTestPropertyHolderWsdlModelItem.getProperties()
|
java.util.List<TestProperty> |
AbstractTestPropertyHolderWsdlModelItem.getPropertyList()
|
Uses of TestProperty in com.eviware.soapui.impl.wsdl.mock |
---|
Methods in com.eviware.soapui.impl.wsdl.mock that return TestProperty | |
---|---|
TestProperty |
WsdlMockResponse.getProperty(java.lang.String name)
|
TestProperty |
WsdlMockResponse.getPropertyAt(int index)
|
Methods in com.eviware.soapui.impl.wsdl.mock that return types with arguments of type TestProperty | |
---|---|
java.util.Map<java.lang.String,TestProperty> |
WsdlMockResponse.getProperties()
|
java.util.List<TestProperty> |
WsdlMockResponse.getPropertyList()
|
Uses of TestProperty in com.eviware.soapui.impl.wsdl.support |
---|
Classes in com.eviware.soapui.impl.wsdl.support that implement TestProperty | |
---|---|
class |
MapTestPropertyHolder.InternalTestProperty
Internal property class |
class |
XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty
Internal property class |
Methods in com.eviware.soapui.impl.wsdl.support that return TestProperty | |
---|---|
TestProperty |
XmlBeansPropertiesTestPropertyHolder.addProperty(java.lang.String name)
|
TestProperty |
MapTestPropertyHolder.addProperty(java.lang.String name)
|
TestProperty |
XmlBeansPropertiesTestPropertyHolder.get(java.lang.Object key)
|
TestProperty |
MapTestPropertyHolder.getProperty(java.lang.String name)
|
TestProperty |
XmlBeansPropertiesTestPropertyHolder.getPropertyAt(int index)
|
TestProperty |
MapTestPropertyHolder.getPropertyAt(int index)
|
TestProperty |
XmlBeansPropertiesTestPropertyHolder.put(java.lang.String key,
TestProperty value)
|
TestProperty |
XmlBeansPropertiesTestPropertyHolder.remove(java.lang.Object key)
|
TestProperty |
XmlBeansPropertiesTestPropertyHolder.removeProperty(java.lang.String propertyName)
|
TestProperty |
MapTestPropertyHolder.removeProperty(java.lang.String propertyName)
|
Methods in com.eviware.soapui.impl.wsdl.support that return types with arguments of type TestProperty | |
---|---|
java.util.Set<java.util.Map.Entry<java.lang.String,TestProperty>> |
XmlBeansPropertiesTestPropertyHolder.entrySet()
|
java.util.Map<java.lang.String,TestProperty> |
XmlBeansPropertiesTestPropertyHolder.getProperties()
|
java.util.Map<java.lang.String,TestProperty> |
MapTestPropertyHolder.getProperties()
|
java.util.List<TestProperty> |
XmlBeansPropertiesTestPropertyHolder.getPropertyList()
|
java.util.List<TestProperty> |
MapTestPropertyHolder.getPropertyList()
|
java.util.Collection<TestProperty> |
XmlBeansPropertiesTestPropertyHolder.values()
|
Methods in com.eviware.soapui.impl.wsdl.support with parameters of type TestProperty | |
---|---|
TestProperty |
XmlBeansPropertiesTestPropertyHolder.put(java.lang.String key,
TestProperty value)
|
Method parameters in com.eviware.soapui.impl.wsdl.support with type arguments of type TestProperty | |
---|---|
void |
XmlBeansPropertiesTestPropertyHolder.putAll(java.util.Map<? extends java.lang.String,? extends TestProperty> m)
|
Uses of TestProperty in com.eviware.soapui.impl.wsdl.teststeps |
---|
Methods in com.eviware.soapui.impl.wsdl.teststeps that return TestProperty | |
---|---|
TestProperty |
WsdlPropertiesTestStep.addProperty(java.lang.String name)
|
protected TestProperty |
WsdlTestStepWithProperties.deleteProperty(java.lang.String name,
boolean notify)
|
TestProperty |
WsdlTestStepWithProperties.getProperty(java.lang.String name)
|
TestProperty |
WsdlPropertiesTestStep.getProperty(java.lang.String name)
|
TestProperty |
WsdlTestStepWithProperties.getPropertyAt(int index)
|
TestProperty |
WsdlRunTestCaseTestStep.getPropertyAt(int index)
|
TestProperty |
WsdlPropertiesTestStep.getPropertyAt(int index)
|
TestProperty |
WsdlGotoTestStep.GotoCondition.getSourceProperty()
|
TestProperty |
PropertyTransfer.getSourceProperty()
|
TestProperty |
PropertyTransfer.getTargetProperty()
|
TestProperty |
WsdlPropertiesTestStep.getTestStepPropertyAt(int index)
|
TestProperty |
WsdlPropertiesTestStep.removeProperty(java.lang.String propertyName)
|
Methods in com.eviware.soapui.impl.wsdl.teststeps that return types with arguments of type TestProperty | |
---|---|
java.util.Map<java.lang.String,TestProperty> |
WsdlTestStepWithProperties.getProperties()
|
java.util.Map<java.lang.String,TestProperty> |
WsdlRunTestCaseTestStep.getProperties()
|
java.util.Map<java.lang.String,TestProperty> |
WsdlPropertiesTestStep.getProperties()
|
java.util.List<TestProperty> |
WsdlTestStepWithProperties.getPropertyList()
|
java.util.List<TestProperty> |
WsdlRunTestCaseTestStep.getPropertyList()
|
java.util.List<TestProperty> |
WsdlPropertiesTestStep.getPropertyList()
|
Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type TestProperty | |
---|---|
protected void |
WsdlTestStepWithProperties.addProperty(TestProperty property)
|
protected void |
WsdlTestStepWithProperties.addProperty(TestProperty property,
boolean notify)
|
protected java.lang.String[] |
PropertyTransfer.transferStringToString(TestProperty sourceProperty,
TestProperty targetProperty)
|
protected java.lang.String[] |
PropertyTransfer.transferStringToXml(TestProperty sourceProperty,
TestProperty targetProperty,
SubmitContext context)
|
protected java.lang.String |
PropertyTransfer.transferXPathToString(TestProperty sourceProperty,
TestProperty targetProperty,
SubmitContext context)
|
protected java.lang.String[] |
PropertyTransfer.transferXPathToXml(TestProperty sourceProperty,
TestProperty targetProperty,
SubmitContext context)
|
Constructors in com.eviware.soapui.impl.wsdl.teststeps with parameters of type TestProperty | |
---|---|
PropertyTransferException(java.lang.String message,
java.lang.String sourceStepName,
TestProperty source,
java.lang.String targetStepName,
TestProperty target)
|
Uses of TestProperty in com.eviware.soapui.model |
---|
Methods in com.eviware.soapui.model that return TestProperty | |
---|---|
TestProperty |
TestPropertyHolder.getProperty(java.lang.String name)
|
TestProperty |
TestPropertyHolder.getPropertyAt(int index)
|
Methods in com.eviware.soapui.model that return types with arguments of type TestProperty | |
---|---|
java.util.Map<java.lang.String,TestProperty> |
TestPropertyHolder.getProperties()
|
java.util.List<TestProperty> |
TestPropertyHolder.getPropertyList()
|
Uses of TestProperty in com.eviware.soapui.model.propertyexpansion |
---|
Methods in com.eviware.soapui.model.propertyexpansion that return TestProperty | |
---|---|
TestProperty |
PropertyExpansionImpl.getProperty()
|
TestProperty |
PropertyExpansion.getProperty()
|
Methods in com.eviware.soapui.model.propertyexpansion with parameters of type TestProperty | |
---|---|
static boolean |
PropertyExpansionUtils.canExpandProperty(ModelItem contextModelItem,
TestProperty property)
Checks if a modelItem can acces a specified property via property-expansion |
static boolean |
PropertyExpansionUtils.canTransferToProperty(TestProperty source,
TestProperty target)
Checks if a property can be transferred to another specified property via a property-transfer |
protected void |
PropertyExpansionImpl.setProperty(TestProperty property)
|
void |
MutablePropertyExpansionImpl.setProperty(TestProperty property)
|
void |
MutablePropertyExpansion.setProperty(TestProperty property)
|
Constructors in com.eviware.soapui.model.propertyexpansion with parameters of type TestProperty | |
---|---|
MutablePropertyExpansionImpl(TestProperty tp,
java.lang.String xpath,
java.lang.Object container,
java.lang.String propertyName)
|
|
PropertyExpansionImpl(TestProperty property,
java.lang.String xpath)
|
Uses of TestProperty in com.eviware.soapui.model.propertyexpansion.resolvers |
---|
Methods in com.eviware.soapui.model.propertyexpansion.resolvers that return TestProperty | |
---|---|
TestProperty |
GlobalPropertyResolver.EnvironmentPropertyHolder.getProperty(java.lang.String name)
|
TestProperty |
GlobalPropertyResolver.SystemPropertyHolder.getProperty(java.lang.String name)
|
TestProperty |
GlobalPropertyResolver.EnvironmentPropertyHolder.getPropertyAt(int index)
|
TestProperty |
GlobalPropertyResolver.SystemPropertyHolder.getPropertyAt(int index)
|
Methods in com.eviware.soapui.model.propertyexpansion.resolvers that return types with arguments of type TestProperty | |
---|---|
java.util.Map<java.lang.String,TestProperty> |
GlobalPropertyResolver.EnvironmentPropertyHolder.getProperties()
|
java.util.Map<java.lang.String,TestProperty> |
GlobalPropertyResolver.SystemPropertyHolder.getProperties()
|
java.util.List<TestProperty> |
GlobalPropertyResolver.EnvironmentPropertyHolder.getPropertyList()
|
java.util.List<TestProperty> |
GlobalPropertyResolver.SystemPropertyHolder.getPropertyList()
|
Uses of TestProperty in com.eviware.soapui.model.support |
---|
Classes in com.eviware.soapui.model.support that implement TestProperty | |
---|---|
class |
DefaultTestStepProperty
Default implementation of TestStepProperty interface |
class |
TestStepBeanProperty
TestStepProperty implementation that maps to a standard javabean property |
Methods in com.eviware.soapui.model.support that return TestProperty | |
---|---|
TestProperty |
SettingsTestPropertyHolder.addProperty(java.lang.String name)
|
TestProperty |
SettingsTestPropertyHolder.get(java.lang.Object key)
|
TestProperty |
SettingsTestPropertyHolder.getPropertyAt(int index)
|
TestProperty |
XPathReferenceImpl.getTargetProperty()
|
TestProperty |
XPathReference.getTargetProperty()
Gets the property this xpath selects from |
TestProperty |
SettingsTestPropertyHolder.put(java.lang.String key,
TestProperty value)
|
TestProperty |
SettingsTestPropertyHolder.remove(java.lang.Object key)
|
TestProperty |
SettingsTestPropertyHolder.removeProperty(java.lang.String propertyName)
|
Methods in com.eviware.soapui.model.support that return types with arguments of type TestProperty | |
---|---|
java.util.Set<java.util.Map.Entry<java.lang.String,TestProperty>> |
SettingsTestPropertyHolder.entrySet()
|
java.util.Map<java.lang.String,TestProperty> |
SettingsTestPropertyHolder.getProperties()
|
java.util.List<TestProperty> |
SettingsTestPropertyHolder.getPropertyList()
|
java.util.Collection<TestProperty> |
SettingsTestPropertyHolder.values()
|
Methods in com.eviware.soapui.model.support with parameters of type TestProperty | |
---|---|
TestProperty |
SettingsTestPropertyHolder.put(java.lang.String key,
TestProperty value)
|
Method parameters in com.eviware.soapui.model.support with type arguments of type TestProperty | |
---|---|
void |
SettingsTestPropertyHolder.putAll(java.util.Map<? extends java.lang.String,? extends TestProperty> m)
|
Constructors in com.eviware.soapui.model.support with parameters of type TestProperty | |
---|---|
XPathReferenceImpl(java.lang.String label,
TestProperty targetProperty,
java.lang.Object target,
java.lang.String xpathPropertyName)
|
Uses of TestProperty in com.eviware.soapui.model.testsuite |
---|
Subinterfaces of TestProperty in com.eviware.soapui.model.testsuite | |
---|---|
interface |
RenameableTestProperty
|
interface |
TestStepProperty
A teststep property, used in teststep/testcase logic This is left for backward-compatibility reasons |
Uses of TestProperty in com.eviware.soapui.model.tree.nodes |
---|
Methods in com.eviware.soapui.model.tree.nodes that return TestProperty | |
---|---|
TestProperty |
PropertyTreeNode.PropertyModelItem.getProperty()
|
Methods in com.eviware.soapui.model.tree.nodes with parameters of type TestProperty | |
---|---|
static java.lang.String |
PropertyTreeNode.buildName(TestProperty property)
|
Constructors in com.eviware.soapui.model.tree.nodes with parameters of type TestProperty | |
---|---|
PropertyTreeNode.PropertyModelItem(TestProperty property,
boolean readOnly)
|
|
PropertyTreeNode(TestProperty property,
ModelItem parent,
TestPropertyHolder holder,
SoapUITreeModel treeModel)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |