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

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

Uses of WsdlMessageAssertion in com.eviware.soapui.impl.wsdl.panels.support.assertions
 

Methods in com.eviware.soapui.impl.wsdl.panels.support.assertions that return WsdlMessageAssertion
 WsdlMessageAssertion Assertable.addAssertion(java.lang.String selection)
           
 WsdlMessageAssertion Assertable.getAssertionAt(int c)
           
 

Methods in com.eviware.soapui.impl.wsdl.panels.support.assertions with parameters of type WsdlMessageAssertion
 void AssertionsListener.assertionAdded(WsdlMessageAssertion assertion)
           
 void AssertionsListener.assertionRemoved(WsdlMessageAssertion assertion)
           
 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 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
 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.assertions
 

Subclasses of WsdlMessageAssertion in com.eviware.soapui.impl.wsdl.teststeps.assertions
 class NotSoapFaultAssertion
          Assertion that checks that the associated WsdlTestRequests response is not a SOAP Fault
 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
           
 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)
           
 



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