Uses of Interface
com.eviware.soapui.model.TestModelItem

Packages that use TestModelItem
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.testcase WSDL implementations of TestCase-related interfaces 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.impl.wsdl.teststeps.registry TestStep registry and factories 
com.eviware.soapui.model.mock ModelItems for Mocking Web Services 
com.eviware.soapui.model.project Project model items 
com.eviware.soapui.model.testsuite Test-related model items 
com.eviware.soapui.model.tree.nodes Tree nodes for all SoapUI model items 
 

Uses of TestModelItem in com.eviware.soapui.impl.support.http
 

Subinterfaces of TestModelItem in com.eviware.soapui.impl.support.http
 interface HttpRequestTestStep
           
 

Uses of TestModelItem in com.eviware.soapui.impl.wsdl
 

Classes in com.eviware.soapui.impl.wsdl that implement TestModelItem
 class WsdlProject
          WSDL project implementation
 class WsdlTestSuite
          TestSuite implementation for WSDL projects.
 

Uses of TestModelItem in com.eviware.soapui.impl.wsdl.mock
 

Classes in com.eviware.soapui.impl.wsdl.mock that implement TestModelItem
 class WsdlMockResponse
          A WsdlMockResponse contained by a WsdlMockOperation
 class WsdlMockService
          A MockService for simulation WsdlInterfaces and their operations
 

Uses of TestModelItem in com.eviware.soapui.impl.wsdl.testcase
 

Classes in com.eviware.soapui.impl.wsdl.testcase that implement TestModelItem
 class WsdlTestCase
          TestCase implementation for WSDL projects
 

Uses of TestModelItem in com.eviware.soapui.impl.wsdl.teststeps
 

Subinterfaces of TestModelItem in com.eviware.soapui.impl.wsdl.teststeps
 interface HttpTestRequestStepInterface
           
 interface RestTestRequestStepInterface
           
 

Classes in com.eviware.soapui.impl.wsdl.teststeps that implement TestModelItem
 class AMFRequestTestStep
           
 class HttpTestRequestStep
           
 class JdbcRequestTestStep
          WsdlTestStep that executes a WsdlTestRequest
 class PropertyTransfersTestStep
          WsdlTestStep for transferring values from a WsdlTestRequest response to a WsdlTestRequest request using XPath expressions
 class RestTestRequestStep
           
 class WsdlDelayTestStep
          TestStep that delays execution for a number of milliseconds
 class WsdlGotoTestStep
          TestStep that moves execution to another step based on the contents of a XML Property
 class WsdlGroovyScriptTestStep
          TestStep that executes an arbitraty Groovy script
 class WsdlMockResponseTestStep
           
 class WsdlPropertiesTestStep
          TestStep that holds an arbitrary number of custom properties
 class WsdlRunTestCaseTestStep
           
 class WsdlTestMockService
           
 class WsdlTestRequestStep
          WsdlTestStep that executes a WsdlTestRequest
 class WsdlTestStep
          Base class for WSDL TestCase test steps.
 class WsdlTestStepWithProperties
          Base class for WSDL TestCase test steps.
 

Uses of TestModelItem in com.eviware.soapui.impl.wsdl.teststeps.registry
 

Classes in com.eviware.soapui.impl.wsdl.teststeps.registry that implement TestModelItem
static class ProPlaceholderStepFactory.WsdlProPlaceholderTestStep
           
 

Uses of TestModelItem in com.eviware.soapui.model.mock
 

Subinterfaces of TestModelItem in com.eviware.soapui.model.mock
 interface MockResponse
          A MockResponse returned by a MockOperation
 interface MockService
          ModelItem for mocking a number of Interfaces and their Operations
 

Uses of TestModelItem in com.eviware.soapui.model.project
 

Subinterfaces of TestModelItem in com.eviware.soapui.model.project
 interface Project
          A SoapUI project
 

Uses of TestModelItem in com.eviware.soapui.model.testsuite
 

Subinterfaces of TestModelItem in com.eviware.soapui.model.testsuite
 interface OperationTestStep
          A TestStep in a TestCase
 interface TestCase
          A TestCase holding a number of TestSteps
 interface TestStep
          A TestStep in a TestCase
 interface TestSuite
          A TestSuite holding a number of TestCases
 

Uses of TestModelItem in com.eviware.soapui.model.tree.nodes
 

Methods in com.eviware.soapui.model.tree.nodes with parameters of type TestModelItem
static PropertiesTreeNode<?> PropertiesTreeNode.createDefaultPropertiesNode(TestModelItem modelItem, SoapUITreeModel treeModel)
           
 



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