|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WsdlMessageAssertion | |
---|---|
com.eviware.soapui.impl.wsdl.panels.teststeps | WsdlTestStep panel classes |
com.eviware.soapui.impl.wsdl.panels.teststeps.amf | |
com.eviware.soapui.impl.wsdl.support.assertions | Assertion-related support-classes |
com.eviware.soapui.impl.wsdl.teststeps | WsdlTestStep implementations |
com.eviware.soapui.impl.wsdl.teststeps.actions | WsdlTestStep implementation actions |
com.eviware.soapui.impl.wsdl.teststeps.assertions | WsdlAssertion implementations and related classes |
com.eviware.soapui.impl.wsdl.teststeps.assertions.basic | |
com.eviware.soapui.impl.wsdl.teststeps.assertions.jdbc | |
com.eviware.soapui.impl.wsdl.teststeps.assertions.jms | |
com.eviware.soapui.impl.wsdl.teststeps.assertions.soap |
Uses of WsdlMessageAssertion in com.eviware.soapui.impl.wsdl.panels.teststeps |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.teststeps that return WsdlMessageAssertion | |
---|---|
WsdlMessageAssertion |
JdbcRequest.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
Methods in com.eviware.soapui.impl.wsdl.panels.teststeps with parameters of type WsdlMessageAssertion | |
---|---|
WsdlMessageAssertion |
JdbcRequest.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
Uses of WsdlMessageAssertion in com.eviware.soapui.impl.wsdl.panels.teststeps.amf |
---|
Methods in com.eviware.soapui.impl.wsdl.panels.teststeps.amf that return WsdlMessageAssertion | |
---|---|
WsdlMessageAssertion |
AMFRequest.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
Methods in com.eviware.soapui.impl.wsdl.panels.teststeps.amf with parameters of type WsdlMessageAssertion | |
---|---|
WsdlMessageAssertion |
AMFRequest.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
Uses of WsdlMessageAssertion in com.eviware.soapui.impl.wsdl.support.assertions |
---|
Methods in com.eviware.soapui.impl.wsdl.support.assertions that return WsdlMessageAssertion | |
---|---|
WsdlMessageAssertion |
AssertionsSupport.addWsdlAssertion(java.lang.String assertionLabel)
|
WsdlMessageAssertion |
AssertionsSupport.addWsdlAssertion(com.eviware.soapui.config.TestAssertionConfig config)
|
WsdlMessageAssertion |
AssertionsSupport.getAssertionAt(int c)
|
WsdlMessageAssertion |
AssertionsSupport.getAssertionByName(java.lang.String name)
|
WsdlMessageAssertion |
AssertionsSupport.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
WsdlMessageAssertion |
AssertionsSupport.moveAssertion(int ix,
int offset)
|
Methods in com.eviware.soapui.impl.wsdl.support.assertions that return types with arguments of type WsdlMessageAssertion | |
---|---|
java.util.List<WsdlMessageAssertion> |
AssertionsSupport.getAssertionList()
|
java.util.List<WsdlMessageAssertion> |
AssertionsSupport.getAssertionsOfType(java.lang.Class<? extends WsdlMessageAssertion> class1)
|
java.util.Iterator<WsdlMessageAssertion> |
AssertionsSupport.iterator()
|
Methods in com.eviware.soapui.impl.wsdl.support.assertions with parameters of type WsdlMessageAssertion | |
---|---|
void |
AssertionsSupport.fireAssertionAdded(WsdlMessageAssertion assertion)
|
void |
AssertionsSupport.fireAssertionMoved(WsdlMessageAssertion assertion,
int ix,
int offset)
|
void |
AssertionsSupport.fireAssertionRemoved(WsdlMessageAssertion assertion)
|
WsdlMessageAssertion |
AssertionsSupport.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
void |
AssertionsSupport.removeAssertion(WsdlMessageAssertion assertion)
|
Method parameters in com.eviware.soapui.impl.wsdl.support.assertions with type arguments of type WsdlMessageAssertion | |
---|---|
java.util.List<WsdlMessageAssertion> |
AssertionsSupport.getAssertionsOfType(java.lang.Class<? extends WsdlMessageAssertion> class1)
|
Uses of WsdlMessageAssertion in com.eviware.soapui.impl.wsdl.teststeps |
---|
Methods in com.eviware.soapui.impl.wsdl.teststeps that return WsdlMessageAssertion | |
---|---|
WsdlMessageAssertion |
WsdlTestRequest.addAssertion(java.lang.String assertionLabel)
|
WsdlMessageAssertion |
WsdlMockResponseTestStep.addAssertion(java.lang.String assertionName)
|
WsdlMessageAssertion |
RestTestRequest.addAssertion(java.lang.String assertionLabel)
|
WsdlMessageAssertion |
HttpTestRequest.addAssertion(java.lang.String assertionLabel)
|
WsdlMessageAssertion |
WsdlMockResponseTestStep.cloneAssertion(TestAssertion source,
java.lang.String name)
|
WsdlMessageAssertion |
WsdlTestRequestStep.getAssertionAt(int index)
|
WsdlMessageAssertion |
WsdlTestRequest.getAssertionAt(int c)
|
WsdlMessageAssertion |
WsdlMockResponseTestStep.getAssertionAt(int c)
|
WsdlMessageAssertion |
RestTestRequestStep.getAssertionAt(int index)
|
WsdlMessageAssertion |
RestTestRequest.getAssertionAt(int c)
|
WsdlMessageAssertion |
HttpTestRequestStep.getAssertionAt(int index)
|
WsdlMessageAssertion |
HttpTestRequest.getAssertionAt(int c)
|
WsdlMessageAssertion |
WsdlTestRequest.getAssertionByName(java.lang.String name)
|
WsdlMessageAssertion |
WsdlMockResponseTestStep.getAssertionByName(java.lang.String name)
|
WsdlMessageAssertion |
RestTestRequest.getAssertionByName(java.lang.String name)
|
WsdlMessageAssertion |
HttpTestRequest.getAssertionByName(java.lang.String name)
|
WsdlMessageAssertion |
WsdlTestRequest.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
WsdlMessageAssertion |
TestRequest.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
WsdlMessageAssertion |
RestTestRequestInterface.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
WsdlMessageAssertion |
RestTestRequest.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
WsdlMessageAssertion |
JdbcRequestTestStep.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
WsdlMessageAssertion |
HttpTestRequest.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
WsdlMessageAssertion |
AMFRequestTestStep.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type WsdlMessageAssertion | |
---|---|
WsdlMessageAssertion |
WsdlTestRequest.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
WsdlMessageAssertion |
TestRequest.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
WsdlMessageAssertion |
RestTestRequestInterface.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
WsdlMessageAssertion |
RestTestRequest.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
WsdlMessageAssertion |
JdbcRequestTestStep.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
WsdlMessageAssertion |
HttpTestRequest.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
WsdlMessageAssertion |
AMFRequestTestStep.importAssertion(WsdlMessageAssertion source,
boolean overwrite,
boolean createCopy)
|
Uses of WsdlMessageAssertion in com.eviware.soapui.impl.wsdl.teststeps.actions |
---|
Methods in com.eviware.soapui.impl.wsdl.teststeps.actions that return types with arguments of type WsdlMessageAssertion | |
---|---|
SoapUIActionMappingList<WsdlMessageAssertion> |
WsdlMessageAssertionSoapUIActionGroup.getActionMappings(WsdlMessageAssertion modelItem)
|
Methods in com.eviware.soapui.impl.wsdl.teststeps.actions with parameters of type WsdlMessageAssertion | |
---|---|
SoapUIActionMappingList<WsdlMessageAssertion> |
WsdlMessageAssertionSoapUIActionGroup.getActionMappings(WsdlMessageAssertion modelItem)
|
void |
ToggleDisableAssertionAction.perform(WsdlMessageAssertion testCase,
java.lang.Object param)
|
void |
RenameAssertionAction.perform(WsdlMessageAssertion target,
java.lang.Object param)
|
void |
DeleteAssertionAction.perform(WsdlMessageAssertion target,
java.lang.Object param)
|
void |
ConfigureAssertionAction.perform(WsdlMessageAssertion target,
java.lang.Object param)
|
void |
CloneAssertionAction.perform(WsdlMessageAssertion target,
java.lang.Object param)
|
Uses of WsdlMessageAssertion in com.eviware.soapui.impl.wsdl.teststeps.assertions |
---|
Methods in com.eviware.soapui.impl.wsdl.teststeps.assertions that return WsdlMessageAssertion | |
---|---|
WsdlMessageAssertion |
TestAssertionRegistry.buildAssertion(com.eviware.soapui.config.TestAssertionConfig config,
Assertable assertable)
|
Methods in com.eviware.soapui.impl.wsdl.teststeps.assertions with parameters of type WsdlMessageAssertion | |
---|---|
boolean |
TestAssertionRegistry.canAddAssertion(WsdlMessageAssertion assertion,
Assertable assertable)
|
Uses of WsdlMessageAssertion in com.eviware.soapui.impl.wsdl.teststeps.assertions.basic |
---|
Subclasses of WsdlMessageAssertion in com.eviware.soapui.impl.wsdl.teststeps.assertions.basic | |
---|---|
class |
GroovyScriptAssertion
Assertion performed by a custom Grooy Script |
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 |
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 |
Uses of WsdlMessageAssertion in com.eviware.soapui.impl.wsdl.teststeps.assertions.jdbc |
---|
Subclasses of WsdlMessageAssertion in com.eviware.soapui.impl.wsdl.teststeps.assertions.jdbc | |
---|---|
class |
JdbcStatusAssertion
|
class |
JdbcTimeoutAssertion
|
Uses of WsdlMessageAssertion in com.eviware.soapui.impl.wsdl.teststeps.assertions.jms |
---|
Subclasses of WsdlMessageAssertion in com.eviware.soapui.impl.wsdl.teststeps.assertions.jms | |
---|---|
class |
JMSStatusAssertion
Asserts JMS connection |
class |
JMSTimeoutAssertion
Asserts JMS response within timeout |
Uses of WsdlMessageAssertion in com.eviware.soapui.impl.wsdl.teststeps.assertions.soap |
---|
Subclasses of WsdlMessageAssertion in com.eviware.soapui.impl.wsdl.teststeps.assertions.soap | |
---|---|
class |
NotSoapFaultAssertion
Assertion that checks that the associated WsdlTestRequests response is not a SOAP Fault |
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 |
WSARequestAssertion
Assertion for verifying that WS-Addressing processing was ok |
class |
WSAResponseAssertion
Assertion for verifying that WS-Addressing processing was ok |
class |
WSSStatusAssertion
Assertion for verifiying that WS-Security processing was ok |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |