Uses of Interface
com.eviware.soapui.impl.wsdl.teststeps.assertions.ResponseAssertion

Packages that use ResponseAssertion
com.eviware.soapui.impl.wsdl.teststeps.assertions WsdlAssertion implementations and related classes 
 

Uses of ResponseAssertion in com.eviware.soapui.impl.wsdl.teststeps.assertions
 

Classes in com.eviware.soapui.impl.wsdl.teststeps.assertions that implement ResponseAssertion
 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
 



Copyright © 2005-2007 eviware.com. All Rights Reserved.