Uses of Interface
com.eviware.soapui.model.testsuite.TestProperty

Packages that use TestProperty
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.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.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)
           
 

Methods in com.eviware.soapui.impl.wsdl that return types with arguments of type TestProperty
 java.util.Map<java.lang.String,TestProperty> AbstractTestPropertyHolderWsdlModelItem.getProperties()
           
 

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)
           
 

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()
           
 

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 MapTestPropertyHolder.getProperty(java.lang.String name)
           
 TestProperty XmlBeansPropertiesTestPropertyHolder.getPropertyAt(int index)
           
 

Methods in com.eviware.soapui.impl.wsdl.support that return types with arguments of type TestProperty
 java.util.Map<java.lang.String,TestProperty> XmlBeansPropertiesTestPropertyHolder.getProperties()
           
 java.util.Map<java.lang.String,TestProperty> MapTestPropertyHolder.getProperties()
           
 

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)
           
 TestProperty WsdlTestStepWithProperties.getProperty(java.lang.String name)
           
 TestProperty WsdlPropertiesTestStep.getProperty(java.lang.String name)
           
 TestProperty WsdlPropertiesTestStep.getPropertyAt(int index)
           
 TestProperty WsdlGotoTestStep.GotoCondition.getSourceProperty()
           
 TestProperty PropertyTransfer.getSourceProperty()
           
 TestProperty PropertyTransfer.getTargetProperty()
           
 TestProperty WsdlPropertiesTestStep.getTestStepPropertyAt(int index)
           
 

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()
           
 

Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type TestProperty
protected  void WsdlTestStepWithProperties.addProperty(TestProperty property)
           
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)
           
 

Methods in com.eviware.soapui.model that return types with arguments of type TestProperty
 java.util.Map<java.lang.String,TestProperty> TestPropertyHolder.getProperties()
           
 

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
static MutablePropertyExpansion[] PropertyExpansionUtils.renameProperty(MutableTestPropertyHolder holder, TestProperty property, java.lang.String newName, ModelItem root)
           
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.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 XPathReferenceImpl.getTargetProperty()
           
 TestProperty XPathReference.getTargetProperty()
          Gets the property this xpath selects from
 

Methods in com.eviware.soapui.model.support that return types with arguments of type TestProperty
 java.util.Map<java.lang.String,TestProperty> SettingsTestPropertyHolder.getProperties()
           
 

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 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)
           
 



Copyright © 2005-2008 eviware.com. All Rights Reserved.