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

Packages that use Assertable
com.eviware.soapui.impl.wsdl.panels.teststeps WsdlTestStep panel classes 
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 
com.eviware.soapui.model.testsuite Test-related model items 
 

Uses of Assertable in com.eviware.soapui.impl.wsdl.panels.teststeps
 

Constructors in com.eviware.soapui.impl.wsdl.panels.teststeps with parameters of type Assertable
AssertionsPanel(Assertable assertable)
           
 

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

Subinterfaces of Assertable in com.eviware.soapui.impl.wsdl.support.assertions
 interface Assertable
          Deprecated. moved to com.eviware.soapui.model.testsuite.Assertable
 

Constructors in com.eviware.soapui.impl.wsdl.support.assertions with parameters of type Assertable
AssertionsSupport(Assertable assertable, java.util.List<com.eviware.soapui.config.RequestAssertionConfig> assertionList)
           
 

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

Classes in com.eviware.soapui.impl.wsdl.teststeps that implement Assertable
 class WsdlTestRequest
          WsdlRequest extension that adds WsdlAssertions
 class WsdlTestRequestStep
          WsdlTestStep that executes a WsdlTestRequest
 

Methods in com.eviware.soapui.impl.wsdl.teststeps that return Assertable
 Assertable WsdlMessageAssertion.getAssertable()
           
 

Constructors in com.eviware.soapui.impl.wsdl.teststeps with parameters of type Assertable
WsdlMessageAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig, Assertable modelItem, boolean cloneable, boolean configurable, boolean multiple, boolean requiresResponseContent)
           
 

Uses of Assertable in com.eviware.soapui.impl.wsdl.teststeps.actions
 

Constructors in com.eviware.soapui.impl.wsdl.teststeps.actions with parameters of type Assertable
AddAssertionAction(Assertable assertable)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.teststeps.assertions with parameters of type Assertable
 WsdlMessageAssertion WsdlAssertionRegistry.buildAssertion(com.eviware.soapui.config.RequestAssertionConfig config, Assertable assertable)
           
 boolean WsdlAssertionRegistry.canAddAssertion(WsdlMessageAssertion assertion, Assertable assertable)
           
 boolean WsdlAssertionRegistry.canAddMultipleAssertions(java.lang.String name, Assertable assertable)
           
 

Constructors in com.eviware.soapui.impl.wsdl.teststeps.assertions with parameters of type Assertable
GroovyScriptAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig, Assertable modelItem)
           
NotSoapFaultAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig, Assertable assertable)
           
ResponseSLAAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig, Assertable modelItem)
          Constructor for our assertion.
SchemaComplianceAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig, Assertable assertable)
           
SimpleContainsAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig, Assertable assertable)
           
SimpleNotContainsAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig, Assertable assertable)
           
SoapFaultAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig, Assertable assertable)
           
SoapResponseAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig, Assertable assertable)
           
WSSStatusAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig, Assertable modelItem)
          Constructor for our assertion.
XPathContainsAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig, Assertable assertable)
           
XQueryContainsAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig, Assertable assertable)
           
 

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

Methods in com.eviware.soapui.model.testsuite that return Assertable
 Assertable TestAssertion.getAssertable()
           
 



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