com.eviware.soapui.model.testsuite
Interface TestAssertion

All Superinterfaces:
ModelItem, PropertyChangeNotifier
All Known Implementing Classes:
GroovyScriptAssertion, NotSoapFaultAssertion, ResponseSLAAssertion, SchemaComplianceAssertion, SimpleContainsAssertion, SimpleNotContainsAssertion, SoapFaultAssertion, SoapResponseAssertion, WSARequestAssertion, WSAResponseAssertion, WsdlMessageAssertion, WSSStatusAssertion, XPathContainsAssertion, XQueryContainsAssertion

public interface TestAssertion
extends ModelItem


Field Summary
static java.lang.String CONFIGURATION_PROPERTY
           
static java.lang.String DISABLED_PROPERTY
           
static java.lang.String ERRORS_PROPERTY
           
static java.lang.String STATUS_PROPERTY
           
 
Fields inherited from interface com.eviware.soapui.model.ModelItem
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY
 
Method Summary
 boolean configure()
           
 Assertable getAssertable()
           
 AssertionError[] getErrors()
           
 java.lang.String getLabel()
           
 Assertable.AssertionStatus getStatus()
           
 boolean isAllowMultiple()
           
 boolean isClonable()
           
 boolean isConfigurable()
           
 boolean isDisabled()
           
 void prepare(TestCaseRunner testRunner, TestCaseRunContext testRunContext)
           
 
Methods inherited from interface com.eviware.soapui.model.ModelItem
getChildren, getDescription, getIcon, getId, getName, getParent, getSettings
 
Methods inherited from interface com.eviware.soapui.support.PropertyChangeNotifier
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 

Field Detail

DISABLED_PROPERTY

static final java.lang.String DISABLED_PROPERTY

STATUS_PROPERTY

static final java.lang.String STATUS_PROPERTY

ERRORS_PROPERTY

static final java.lang.String ERRORS_PROPERTY

CONFIGURATION_PROPERTY

static final java.lang.String CONFIGURATION_PROPERTY
Method Detail

getStatus

Assertable.AssertionStatus getStatus()

getErrors

AssertionError[] getErrors()

isAllowMultiple

boolean isAllowMultiple()

isConfigurable

boolean isConfigurable()

isClonable

boolean isClonable()

configure

boolean configure()

getAssertable

Assertable getAssertable()

getLabel

java.lang.String getLabel()

isDisabled

boolean isDisabled()

prepare

void prepare(TestCaseRunner testRunner,
             TestCaseRunContext testRunContext)
             throws java.lang.Exception
Throws:
java.lang.Exception


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