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
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
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(TestRunner testRunner,
TestRunContext testRunContext)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2005-2008 eviware.com. All Rights Reserved.