|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestModelItem | |
---|---|
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.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.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 |
---|
Classes in com.eviware.soapui.impl.wsdl.teststeps that implement TestModelItem | |
---|---|
class |
HttpTestRequestStep
|
class |
PropertyTransfersTestStep
WsdlTestStep for transferring values from a WsdlTestRequest response to a WsdlTestRequest request using XPath expressions |
class |
RestTestRequestStep
|
class |
WsdlAsyncResponseTestStep
|
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 |
WsdlPropertiesTestStep
TestStep that holds an arbitrary number of custom properties |
class |
WsdlRunTestCaseTestStep
|
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.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |