|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelItem | |
---|---|
com.eviware.soapui | SoapUI root package |
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.panels.iface | WsdlInterface related panel classes |
com.eviware.soapui.impl.wsdl.panels.request | WsdlRequest / WsdlTestRequest related panel classes |
com.eviware.soapui.impl.wsdl.panels.testcase | WsdlTestCase panel classes |
com.eviware.soapui.impl.wsdl.teststeps | WsdlTestStep implementations |
com.eviware.soapui.impl.wsdl.teststeps.assertions | WsdlAssertion implementations and related classes |
com.eviware.soapui.model | SoapUI core model interfaces |
com.eviware.soapui.model.iface | Interface-related model items |
com.eviware.soapui.model.project | Project model items |
com.eviware.soapui.model.support | SoapUI model-related support classes |
com.eviware.soapui.model.testsuite | Test-related model items |
com.eviware.soapui.model.tree | Navigator-tree related classes |
com.eviware.soapui.model.tree.nodes | Tree nodes for all SoapUI model items |
com.eviware.soapui.model.workspace | Workspace-related model items |
Uses of ModelItem in com.eviware.soapui |
---|
Methods in com.eviware.soapui with parameters of type ModelItem | |
---|---|
void |
SoapUI.closeTab(ModelItem modelItem)
|
boolean |
SoapUI.hasTab(ModelItem modelItem)
|
void |
SoapUI.selectModelItem(ModelItem modelItem)
|
javax.swing.JInternalFrame |
SoapUI.showTab(ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.impl |
---|
Classes in com.eviware.soapui.impl that implement ModelItem | |
---|---|
class |
WorkspaceImpl
Default Workspace implementation |
Uses of ModelItem in com.eviware.soapui.impl.wsdl |
---|
Classes in com.eviware.soapui.impl.wsdl that implement ModelItem | |
---|---|
class |
AbstractWsdlModelItem
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 |
WsdlTestCase
TestCase implementation for WSDL projects |
class |
WsdlTestStep
Base class for WSDL project test steps. |
class |
WsdlTestSuite
TestSuite implementation for WSDL projects. |
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.iface |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.iface that return ModelItem | |
---|---|
ModelItem |
WsdlInterfaceDesktopPanel.getModelItem()
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.request |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.request that return ModelItem | |
---|---|
ModelItem |
WsdlTestRequestDesktopPanel.getModelItem()
|
ModelItem |
WsdlRequestDesktopPanel.getModelItem()
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.panels.testcase |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.testcase that return ModelItem | |
---|---|
ModelItem |
WsdlTestCaseDesktopPanel.getModelItem()
|
ModelItem |
TransferResponseValuesDesktopPanel.getModelItem()
|
Uses of ModelItem in com.eviware.soapui.impl.wsdl.teststeps |
---|
Classes in com.eviware.soapui.impl.wsdl.teststeps that implement ModelItem | |
---|---|
class |
TransferResponseValuesTestStep
WsdlTestStep for transferring values from a WsdlTestRequest response to a WsdlTestRequest request using XPath expressions |
class |
WsdlAssertion
Base class for WsdlAssertions |
class |
WsdlTestRequest
WsdlRequest extension that adds WsdlAssertions |
class |
WsdlTestRequestStep
WsdlTestStep that executes a WsdlTestRequest |
Uses of ModelItem in com.eviware.soapui.impl.wsdl.teststeps.assertions |
---|
Classes in com.eviware.soapui.impl.wsdl.teststeps.assertions that implement ModelItem | |
---|---|
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 not a SOAP Fault |
class |
XPathContainsAssertion
Assertion that matches a specified XPath expression and its expected result against the associated WsdlTestRequests response message |
Uses of ModelItem in com.eviware.soapui.model |
---|
Methods in com.eviware.soapui.model that return ModelItem | |
---|---|
ModelItem |
DesktopPanel.getModelItem()
|
Uses of ModelItem in com.eviware.soapui.model.iface |
---|
Subinterfaces of ModelItem in com.eviware.soapui.model.iface | |
---|---|
interface |
Interface
An Interface exposing operations |
interface |
Operation
Operation interface |
interface |
Request
Request interface |
Uses of ModelItem in com.eviware.soapui.model.project |
---|
Subinterfaces of ModelItem in com.eviware.soapui.model.project | |
---|---|
interface |
Project
A SoapUI project |
Uses of ModelItem in com.eviware.soapui.model.support |
---|
Classes in com.eviware.soapui.model.support that implement ModelItem | |
---|---|
class |
AbstractModelItem
Base-class for ModelItem implementations |
Uses of ModelItem in com.eviware.soapui.model.testsuite |
---|
Subinterfaces of ModelItem in com.eviware.soapui.model.testsuite | |
---|---|
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 ModelItem in com.eviware.soapui.model.tree |
---|
Methods in com.eviware.soapui.model.tree that return ModelItem | |
---|---|
ModelItem |
SoapUITreeNode.getModelItem()
|
ModelItem |
AbstractTreeNode.getModelItem()
|
Methods in com.eviware.soapui.model.tree with parameters of type ModelItem | |
---|---|
javax.swing.tree.TreePath |
SoapUITreeModel.getPath(ModelItem modelItem)
|
Constructors in com.eviware.soapui.model.tree with parameters of type ModelItem | |
---|---|
AbstractTreeNode(ModelItem modelItem,
ModelItem parentItem)
|
Uses of ModelItem in com.eviware.soapui.model.tree.nodes |
---|
Methods in com.eviware.soapui.model.tree.nodes with parameters of type ModelItem | |
---|---|
protected void |
InternalTreeNodeListener.notifyNodeInserted(ModelItem modelItem)
|
protected void |
InternalTreeNodeListener.notifyNodeRemoved(ModelItem modelItem)
|
Uses of ModelItem in com.eviware.soapui.model.workspace |
---|
Subinterfaces of ModelItem in com.eviware.soapui.model.workspace | |
---|---|
interface |
Workspace
SoapUI workspace behaviour |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |