com.eviware.soapui.impl.wsdl.teststeps.assertions
Class SchemaComplianceAssertion
java.lang.Object
com.eviware.soapui.model.support.AbstractModelItem
com.eviware.soapui.impl.wsdl.teststeps.WsdlMessageAssertion
com.eviware.soapui.impl.wsdl.teststeps.assertions.SchemaComplianceAssertion
- All Implemented Interfaces:
- ModelItem, PropertyExpansionContainer, RequestAssertion, ResponseAssertion, TestAssertion, PropertyChangeNotifier
public class SchemaComplianceAssertion
- extends WsdlMessageAssertion
- implements RequestAssertion, ResponseAssertion
Asserts that a request or response message complies with its related
WSDL definition / XML Schema
- Author:
- Ole.Matzura
Field Summary |
static java.lang.String |
ID
|
Methods inherited from class com.eviware.soapui.impl.wsdl.teststeps.WsdlMessageAssertion |
assertRequest, assertResponse, getAssertable, getChildren, getConfig, getConfiguration, getDescription, getErrors, getIcon, getId, getLabel, getName, getParent, getPropertyExpansions, getSettings, getStatus, isAllowMultiple, isClonable, isConfigurable, isDisabled, isFailed, isValid, release, setConfiguration, setDisabled, setName, updateConfig |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
SchemaComplianceAssertion
public SchemaComplianceAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig,
Assertable assertable)
internalAssertResponse
protected java.lang.String internalAssertResponse(WsdlMessageExchange messageExchange,
SubmitContext context)
throws AssertionException
- Specified by:
internalAssertResponse
in class WsdlMessageAssertion
- Throws:
AssertionException
configure
public boolean configure()
- Specified by:
configure
in interface TestAssertion
- Overrides:
configure
in class WsdlMessageAssertion
createConfiguration
protected org.apache.xmlbeans.XmlObject createConfiguration()
internalAssertRequest
protected java.lang.String internalAssertRequest(WsdlMessageExchange messageExchange,
SubmitContext context)
throws AssertionException
- Specified by:
internalAssertRequest
in class WsdlMessageAssertion
- Throws:
AssertionException
Copyright © 2005-2008 eviware.com. All Rights Reserved.