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

Packages that use TestAssertion
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.assertions WsdlAssertion implementations and related classes 
com.eviware.soapui.model.testsuite Test-related model items 
 

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

Methods in com.eviware.soapui.impl.wsdl.support.assertions that return TestAssertion
 TestAssertion AssertedXPathImpl.getAssertion()
           
 

Constructors in com.eviware.soapui.impl.wsdl.support.assertions with parameters of type TestAssertion
AssertedXPathImpl(TestAssertion assertion, java.lang.String path, org.apache.xmlbeans.XmlObject assertedContent)
           
 

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

Classes in com.eviware.soapui.impl.wsdl.teststeps that implement TestAssertion
 class WsdlMessageAssertion
          Base class for WsdlAssertions
 

Methods in com.eviware.soapui.impl.wsdl.teststeps that return TestAssertion
 TestAssertion WsdlTestRequestStep.addAssertion(java.lang.String selection)
           
 TestAssertion WsdlTestRequestStep.cloneAssertion(TestAssertion source, java.lang.String name)
           
 TestAssertion WsdlTestRequest.cloneAssertion(TestAssertion source, java.lang.String name)
           
 TestAssertion WsdlTestRequestStep.getAssertionByName(java.lang.String name)
           
 

Methods in com.eviware.soapui.impl.wsdl.teststeps that return types with arguments of type TestAssertion
 java.util.List<TestAssertion> WsdlTestRequestStep.getAssertionList()
           
 java.util.List<TestAssertion> WsdlTestRequest.getAssertionList()
           
 java.util.Map<java.lang.String,TestAssertion> WsdlTestRequestStep.getAssertions()
           
 java.util.Map<java.lang.String,TestAssertion> WsdlTestRequest.getAssertions()
           
 

Methods in com.eviware.soapui.impl.wsdl.teststeps with parameters of type TestAssertion
 TestAssertion WsdlTestRequestStep.cloneAssertion(TestAssertion source, java.lang.String name)
           
 TestAssertion WsdlTestRequest.cloneAssertion(TestAssertion source, java.lang.String name)
           
 void WsdlTestRequestStep.removeAssertion(TestAssertion assertion)
           
 void WsdlTestRequest.removeAssertion(TestAssertion assertion)
           
 

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

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

Uses of TestAssertion in com.eviware.soapui.model.testsuite
 

Methods in com.eviware.soapui.model.testsuite that return TestAssertion
 TestAssertion Assertable.addAssertion(java.lang.String selection)
           
 TestAssertion Assertable.cloneAssertion(TestAssertion source, java.lang.String name)
           
 TestAssertion AssertedXPath.getAssertion()
           
 TestAssertion Assertable.getAssertionAt(int c)
           
 TestAssertion Assertable.getAssertionByName(java.lang.String name)
           
 

Methods in com.eviware.soapui.model.testsuite that return types with arguments of type TestAssertion
 java.util.List<TestAssertion> Assertable.getAssertionList()
           
 java.util.Map<java.lang.String,TestAssertion> Assertable.getAssertions()
           
 

Methods in com.eviware.soapui.model.testsuite with parameters of type TestAssertion
 void AssertionsListener.assertionAdded(TestAssertion assertion)
           
 void AssertionsListener.assertionRemoved(TestAssertion assertion)
           
 TestAssertion Assertable.cloneAssertion(TestAssertion source, java.lang.String name)
           
 void Assertable.removeAssertion(TestAssertion assertion)
           
 



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