com.eviware.soapui.impl.wsdl.teststeps.assertions.soap
Class WSAResponseAssertion
java.lang.Object
com.eviware.soapui.model.support.AbstractModelItem
com.eviware.soapui.impl.wsdl.teststeps.WsdlMessageAssertion
com.eviware.soapui.impl.wsdl.teststeps.assertions.soap.WSAResponseAssertion
- All Implemented Interfaces:
- ModelItem, PropertyExpansionContainer, RequestAssertion, ResponseAssertion, TestAssertion, PropertyChangeNotifier
public class WSAResponseAssertion
- extends WsdlMessageAssertion
- implements RequestAssertion, ResponseAssertion
Assertion for verifying that WS-Addressing processing was ok
- Author:
- dragica.soldo
Field Summary |
static java.lang.String |
ID
|
static java.lang.String |
LABEL
|
Constructor Summary |
WSAResponseAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable modelItem)
Constructor for our assertion. |
Methods inherited from class com.eviware.soapui.impl.wsdl.teststeps.WsdlMessageAssertion |
assertRequest, assertResponse, getAssertable, getConfig, getConfiguration, getDescription, getErrors, getIcon, getId, getLabel, getName, getParent, getPropertyExpansions, getSettings, getStatus, isAllowMultiple, isClonable, isConfigurable, isDisabled, isFailed, isValid, prepare, release, resolve, setConfiguration, setDisabled, setName, updateConfig |
Methods inherited from class com.eviware.soapui.model.support.AbstractModelItem |
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, getChildren, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, removePropertyChangeListener, removePropertyChangeListener |
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
LABEL
public static final java.lang.String LABEL
- See Also:
- Constant Field Values
WSAResponseAssertion
public WSAResponseAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable modelItem)
- Constructor for our assertion.
- Parameters:
assertionConfig
- modelItem
-
internalAssertRequest
protected java.lang.String internalAssertRequest(MessageExchange messageExchange,
SubmitContext context)
throws AssertionException
- Specified by:
internalAssertRequest
in class WsdlMessageAssertion
- Throws:
AssertionException
internalAssertResponse
protected java.lang.String internalAssertResponse(MessageExchange 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()
Copyright © 2005-2010 eviware.com. All Rights Reserved.