|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractModelItem | |
---|---|
com.eviware.soapui.impl | Default implementations of core interfaces |
com.eviware.soapui.impl.wsdl | WSDL 1.1 implementations of soapui model interface |
com.eviware.soapui.impl.wsdl.loadtest | LoadTest-related classes |
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.assertions | WsdlAssertion implementations and related classes |
Uses of AbstractModelItem in com.eviware.soapui.impl |
---|
Subclasses of AbstractModelItem in com.eviware.soapui.impl | |
---|---|
class |
WorkspaceImpl
Default Workspace implementation |
Uses of AbstractModelItem in com.eviware.soapui.impl.wsdl |
---|
Subclasses of AbstractModelItem in com.eviware.soapui.impl.wsdl | |
---|---|
class |
AbstractTestPropertyHolderWsdlModelItem<T extends ModelItemConfig>
|
class |
AbstractWsdlModelItem<T extends ModelItemConfig>
Abstract base class for WSDL-implementation classes |
class |
WsdlInterface
WSDL implementation of Interface, maps to a WSDL Binding |
class |
WsdlOperation
WSDL implementation of Operation, maps to a WSDL BindingOperation |
class |
WsdlProject
WSDL project implementation |
class |
WsdlRequest
Request implementation holding a SOAP request |
class |
WsdlTestSuite
TestSuite implementation for WSDL projects. |
Uses of AbstractModelItem in com.eviware.soapui.impl.wsdl.loadtest |
---|
Subclasses of AbstractModelItem in com.eviware.soapui.impl.wsdl.loadtest | |
---|---|
class |
WsdlLoadTest
TestCase implementation for LoadTests |
Uses of AbstractModelItem in com.eviware.soapui.impl.wsdl.mock |
---|
Subclasses of AbstractModelItem in com.eviware.soapui.impl.wsdl.mock | |
---|---|
class |
WsdlMockOperation
A WsdlMockOperation in a WsdlMockService |
class |
WsdlMockResponse
A WsdlMockResponse contained by a WsdlMockOperation |
class |
WsdlMockService
A MockService for simulation WsdlInterfaces and their operations |
Uses of AbstractModelItem in com.eviware.soapui.impl.wsdl.testcase |
---|
Subclasses of AbstractModelItem in com.eviware.soapui.impl.wsdl.testcase | |
---|---|
class |
WsdlTestCase
TestCase implementation for WSDL projects |
Uses of AbstractModelItem in com.eviware.soapui.impl.wsdl.teststeps |
---|
Subclasses of AbstractModelItem in com.eviware.soapui.impl.wsdl.teststeps | |
---|---|
class |
TransferResponseValuesTestStep
WsdlTestStep for transferring values from a WsdlTestRequest response to a WsdlTestRequest request using XPath expressions |
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 |
WsdlMessageAssertion
Base class for WsdlAssertions |
class |
WsdlPropertiesTestStep
TestStep that holds an arbitrary number of custom properties |
class |
WsdlRunTestCaseTestStep
|
class |
WsdlTestRequest
WsdlRequest extension that adds WsdlAssertions |
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 AbstractModelItem in com.eviware.soapui.impl.wsdl.teststeps.assertions |
---|
Subclasses of AbstractModelItem in com.eviware.soapui.impl.wsdl.teststeps.assertions | |
---|---|
class |
GroovyScriptAssertion
Assertion performed by a custom Grooy Script |
class |
NotSoapFaultAssertion
Assertion that checks that the associated WsdlTestRequests response is not a SOAP Fault |
class |
ResponseSLAAssertion
Assertion for verifiying that responses occurred in the desired amount of time. |
class |
SchemaComplianceAssertion
Asserts that a request or response message complies with its related WSDL definition / XML Schema |
class |
SimpleContainsAssertion
Assertion that checks for a specified text token in the associated WsdlTestRequests response XML message |
class |
SimpleNotContainsAssertion
Assertion that checks for the non-existence of a specified text token in the associated WsdlTestRequests response message |
class |
SoapFaultAssertion
Assertion that checks that the associated WsdlTestRequests response is a SOAP Fault |
class |
SoapResponseAssertion
Asserts that the specified message is a valid SOAP Message |
class |
WSSStatusAssertion
Assertion for verifiying that WS-Security processing was ok |
class |
XPathContainsAssertion
Assertion that matches a specified XPath expression and its expected result against the associated WsdlTestRequests response message |
class |
XQueryContainsAssertion
Assertion that matches a specified XQuery expression and its expected result against the associated WsdlTestRequests response message |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |