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

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 
 

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

Methods in com.eviware.soapui.impl.wsdl.support.assertions that return WsdlMessageAssertion
 WsdlMessageAssertion AssertionsSupport.addWsdlAssertion(com.eviware.soapui.config.RequestAssertionConfig config)
           
 WsdlMessageAssertion AssertionsSupport.getAssertionAt(int c)
           
 WsdlMessageAssertion AssertionsSupport.getAssertionByName(java.lang.String name)
           
 

Methods in com.eviware.soapui.impl.wsdl.support.assertions that return types with arguments of type WsdlMessageAssertion
 java.util.List<WsdlMessageAssertion> AssertionsSupport.getAssertionList()
           
 java.util.List<WsdlMessageAssertion> AssertionsSupport.getAssertionsOfType(java.lang.Class<? extends WsdlMessageAssertion> class1)
           
 java.util.Iterator<WsdlMessageAssertion> AssertionsSupport.iterator()
           
 

Methods in com.eviware.soapui.impl.wsdl.support.assertions with parameters of type WsdlMessageAssertion
 void AssertionsSupport.fireAssertionAdded(WsdlMessageAssertion assertion)
           
 void AssertionsSupport.fireAssertionRemoved(WsdlMessageAssertion assertion)
           
 int AssertionsSupport.removeAssertion(WsdlMessageAssertion assertion)
           
 

Method parameters in com.eviware.soapui.impl.wsdl.support.assertions with type arguments of type WsdlMessageAssertion
 java.util.List<WsdlMessageAssertion> AssertionsSupport.getAssertionsOfType(java.lang.Class<? extends WsdlMessageAssertion> class1)
           
 

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 WsdlTestRequestStep.getAssertionAt(int index)
           
 WsdlMessageAssertion WsdlTestRequest.getAssertionAt(int c)
           
 WsdlMessageAssertion WsdlTestRequest.getAssertionByName(java.lang.String name)
           
 WsdlMessageAssertion WsdlTestRequest.importAssertion(WsdlMessageAssertion source, boolean overwrite, boolean createCopy)
           
 

Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type WsdlMessageAssertion
 WsdlMessageAssertion WsdlTestRequest.importAssertion(WsdlMessageAssertion source, boolean overwrite, boolean createCopy)
           
 

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
 SoapUIActionMappingList<WsdlMessageAssertion> WsdlMessageAssertionSoapUIActionGroup.getActionMappings(WsdlMessageAssertion modelItem)
           
 

Methods in com.eviware.soapui.impl.wsdl.teststeps.actions with parameters of type WsdlMessageAssertion
 SoapUIActionMappingList<WsdlMessageAssertion> WsdlMessageAssertionSoapUIActionGroup.getActionMappings(WsdlMessageAssertion modelItem)
           
 void ToggleDisableAssertionAction.perform(WsdlMessageAssertion testCase, java.lang.Object param)
           
 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 WSSStatusAssertion
          Assertion for verifiying that WS-Security processing was ok
 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
 

Methods in com.eviware.soapui.impl.wsdl.teststeps.assertions that return WsdlMessageAssertion
 WsdlMessageAssertion WsdlAssertionRegistry.buildAssertion(com.eviware.soapui.config.RequestAssertionConfig config, Assertable assertable)
           
 

Methods in com.eviware.soapui.impl.wsdl.teststeps.assertions with parameters of type WsdlMessageAssertion
 boolean WsdlAssertionRegistry.canAddAssertion(WsdlMessageAssertion assertion, Assertable assertable)
           
 

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.