|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WsdlMessageAssertion | |
---|---|
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.support.action | SoapUIAction Infrastructure |
Uses of WsdlMessageAssertion in com.eviware.soapui.impl.wsdl.support.assertions |
---|
Methods in com.eviware.soapui.impl.wsdl.support.assertions that return WsdlMessageAssertion | |
---|---|
WsdlMessageAssertion |
Assertable.addAssertion(java.lang.String selection)
|
WsdlMessageAssertion |
Assertable.cloneAssertion(WsdlMessageAssertion source,
java.lang.String name)
|
WsdlMessageAssertion |
Assertable.getAssertionAt(int c)
|
Methods in com.eviware.soapui.impl.wsdl.support.assertions with parameters of type WsdlMessageAssertion | |
---|---|
void |
AssertionsListener.assertionAdded(WsdlMessageAssertion assertion)
|
void |
AssertionsListener.assertionRemoved(WsdlMessageAssertion assertion)
|
WsdlMessageAssertion |
Assertable.cloneAssertion(WsdlMessageAssertion source,
java.lang.String name)
|
void |
Assertable.removeAssertion(WsdlMessageAssertion assertion)
|
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 |
AssertionsSupport.addWsdlAssertion(com.eviware.soapui.config.RequestAssertionConfig config)
|
WsdlMessageAssertion |
WsdlTestRequest.cloneAssertion(WsdlMessageAssertion source,
java.lang.String name)
|
WsdlMessageAssertion |
WsdlTestRequestStep.getAssertionAt(int index)
|
WsdlMessageAssertion |
WsdlTestRequest.getAssertionAt(int c)
|
WsdlMessageAssertion |
AssertionsSupport.getAssertionAt(int c)
|
Methods in com.eviware.soapui.impl.wsdl.teststeps that return types with arguments of type WsdlMessageAssertion | |
---|---|
java.util.Iterator<WsdlMessageAssertion> |
AssertionsSupport.iterator()
|
Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type WsdlMessageAssertion | |
---|---|
WsdlMessageAssertion |
WsdlTestRequest.cloneAssertion(WsdlMessageAssertion source,
java.lang.String name)
|
void |
AssertionsSupport.fireAssertionAdded(WsdlMessageAssertion assertion)
|
void |
AssertionsSupport.fireAssertionRemoved(WsdlMessageAssertion assertion)
|
void |
WsdlTestRequest.removeAssertion(WsdlMessageAssertion assertion)
|
int |
AssertionsSupport.removeAssertion(WsdlMessageAssertion assertion)
|
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 | |
---|---|
java.util.List<SoapUIActionMapping<WsdlMessageAssertion>> |
WsdlMessageAssertionSoapUIActionGroup.getActionMappings(WsdlMessageAssertion modelItem)
|
Methods in com.eviware.soapui.impl.wsdl.teststeps.actions with parameters of type WsdlMessageAssertion | |
---|---|
java.util.List<SoapUIActionMapping<WsdlMessageAssertion>> |
WsdlMessageAssertionSoapUIActionGroup.getActionMappings(WsdlMessageAssertion modelItem)
|
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 |
---|
Subclasses of WsdlMessageAssertion 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 |
XPathContainsAssertion
Assertion that matches a specified XPath expression and its expected result against the associated WsdlTestRequests response message |
Methods in com.eviware.soapui.impl.wsdl.teststeps.assertions that return WsdlMessageAssertion | |
---|---|
WsdlMessageAssertion |
WsdlAssertionRegistry.buildAssertion(com.eviware.soapui.config.RequestAssertionConfig config,
Assertable request)
|
Method parameters in com.eviware.soapui.impl.wsdl.teststeps.assertions with type arguments of type WsdlMessageAssertion | |
---|---|
void |
WsdlAssertionRegistry.addAssertion(java.lang.String id,
java.lang.String label,
java.lang.Class<? extends WsdlMessageAssertion> assertionClass)
|
Uses of WsdlMessageAssertion in com.eviware.soapui.support.action |
---|
Methods in com.eviware.soapui.support.action that return types with arguments of type WsdlMessageAssertion | |
---|---|
static SoapUIActionMapping<WsdlMessageAssertion> |
SoapUIActionRegistry.SeperatorAction.getDefaultMapping()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |