com.eviware.soapui.impl.wsdl.teststeps.assertions
Interface TestAssertionFactory

All Known Implementing Classes:
AbstractTestAssertionFactory, GroovyScriptAssertion.Factory, NotSoapFaultAssertion.Factory, ResponseSLAAssertion.Factory, SchemaComplianceAssertion.Factory, SimpleContainsAssertion.Factory, SimpleNotContainsAssertion.Factory, SoapFaultAssertion.Factory, SoapResponseAssertion.Factory, WSARequestAssertion.Factory, WSAResponseAssertion.Factory, WSSStatusAssertion.Factory, XPathContainsAssertion.Factory, XQueryContainsAssertion.Factory

public interface TestAssertionFactory


Method Summary
 TestAssertion buildAssertion(com.eviware.soapui.config.TestAssertionConfig config, Assertable assertable)
           
 boolean canAssert(Assertable assertable)
           
 java.lang.String getAssertionId()
           
 java.lang.String getAssertionLabel()
           
 

Method Detail

canAssert

boolean canAssert(Assertable assertable)

buildAssertion

TestAssertion buildAssertion(com.eviware.soapui.config.TestAssertionConfig config,
                             Assertable assertable)

getAssertionId

java.lang.String getAssertionId()

getAssertionLabel

java.lang.String getAssertionLabel()


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