Uses of Class
com.eviware.soapui.impl.wsdl.teststeps.WsdlAssertion

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

Uses of WsdlAssertion in com.eviware.soapui.impl.wsdl.teststeps
 

Methods in com.eviware.soapui.impl.wsdl.teststeps that return WsdlAssertion
 WsdlAssertion WsdlTestRequest.addAssertion(java.lang.String assertionName)
           
 WsdlAssertion WsdlTestRequestStep.getAssertionAt(int index)
           
 WsdlAssertion WsdlTestRequest.getAssertionAt(int c)
           
 

Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type WsdlAssertion
 void WsdlTestRequest.WsdlTestRequestListener.assertionAdded(WsdlAssertion assertion)
           
 void WsdlTestRequest.WsdlTestRequestListener.assertionRemoved(WsdlAssertion assertion)
           
 void WsdlTestRequest.removeAssertion(WsdlAssertion assertion)
           
 

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

Subclasses of WsdlAssertion in com.eviware.soapui.impl.wsdl.teststeps.assertions
 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
 



Copyright © 2005 eviware.com. All Rights Reserved.