Uses of Interface
com.eviware.soapui.model.testsuite.ResponseAssertion

Packages that use ResponseAssertion
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.http   
com.eviware.soapui.impl.wsdl.teststeps.assertions.jdbc   
com.eviware.soapui.impl.wsdl.teststeps.assertions.jms   
com.eviware.soapui.impl.wsdl.teststeps.assertions.soap   
com.eviware.soapui.security.assertion   
com.eviware.soapui.security.scan   
 

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

Subinterfaces of ResponseAssertion in com.eviware.soapui.impl.wsdl.teststeps.assertions
 interface ResponseAssertion
          Deprecated.  
 

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

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

Classes in com.eviware.soapui.impl.wsdl.teststeps.assertions.http that implement ResponseAssertion
 class HttpDownloadAllResourcesAssertion
           
 

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

Classes in com.eviware.soapui.impl.wsdl.teststeps.assertions.jdbc that implement ResponseAssertion
 class JdbcStatusAssertion
           
 class JdbcTimeoutAssertion
           
 

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

Classes in com.eviware.soapui.impl.wsdl.teststeps.assertions.jms that implement ResponseAssertion
 class JMSStatusAssertion
          Asserts JMS connection
 class JMSTimeoutAssertion
          Asserts JMS response within timeout
 

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

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

Uses of ResponseAssertion in com.eviware.soapui.security.assertion
 

Classes in com.eviware.soapui.security.assertion that implement ResponseAssertion
 class CrossSiteScriptAssertion
           
 class InvalidHttpStatusCodesAssertion
          Asserts Http status code in response
 class SensitiveInfoExposureAssertion
           
 class ValidHttpStatusCodesAssertion
          Asserts Http status code in response
 

Uses of ResponseAssertion in com.eviware.soapui.security.scan
 

Classes in com.eviware.soapui.security.scan that implement ResponseAssertion
 class AbstractSecurityScan
          Implementation that is common for all security scans.
 class AbstractSecurityScanWithProperties
          These are for Security Scans that mutate parameters.
 class BoundarySecurityScan
           
 class CrossSiteScriptingScan
          This checks whether any parameters sent in the request are included in the response, If they do appear, this is a good parameter to look at as a possible attack vector for XSS
 class FuzzerSecurityScan
           
 class GroovySecurityScan
           
 class InvalidTypesSecurityScan
           
 class MalformedXmlSecurityScan
           
 class MaliciousAttachmentSecurityScan
           
 class SQLInjectionScan
          This will test whether a targeted web page is vulnerable to reflected XSS attacks
 class XmlBombSecurityScan
           
 class XPathInjectionSecurityScan
           
 



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