com.eviware.soapui.impl.wsdl.teststeps.assertions
Class XPathContainsAssertion
java.lang.Object
com.eviware.soapui.model.support.AbstractModelItem
com.eviware.soapui.impl.wsdl.teststeps.WsdlAssertion
com.eviware.soapui.impl.wsdl.teststeps.assertions.XPathContainsAssertion
- All Implemented Interfaces:
- ModelItem
public class XPathContainsAssertion
- extends WsdlAssertion
Assertion that matches a specified XPath expression and its expected result against
the associated WsdlTestRequests response message
- Author:
- Ole.Matzura
Methods inherited from class com.eviware.soapui.impl.wsdl.teststeps.WsdlAssertion |
assertResponse, createTreeNode, getConfiguration, getErrors, getIcon, getName, getRequest, getStatus, setConfiguration, setName, updateConfig |
Methods inherited from class com.eviware.soapui.model.support.AbstractModelItem |
addAction, addPropertyChangeListener, addPropertyChangeListener, getActions, getDescription, getPanelBuilder, getTreeModel, getTreeNode, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, release, removePropertyChangeListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPathContainsAssertion
public XPathContainsAssertion(com.eviware.soapui.config.RequestAssertionConfig assertionConfig,
WsdlTestRequest request)
getContent
public java.lang.String getContent()
setContent
public void setContent(java.lang.String content)
getPath
public java.lang.String getPath()
setPath
public void setPath(java.lang.String path)
assertRequest
public java.lang.String assertRequest(WsdlTestRequest request)
throws AssertionException
- Specified by:
assertRequest
in class WsdlAssertion
- Throws:
AssertionException
assertResponse
public java.lang.String assertResponse(java.lang.String response)
throws AssertionException
- Throws:
AssertionException
configure
public void configure()
- Overrides:
configure
in class WsdlAssertion
createConfiguration
public org.apache.xmlbeans.XmlObject createConfiguration()
isConfigurable
public boolean isConfigurable()
- Overrides:
isConfigurable
in class WsdlAssertion
Copyright © 2005 eviware.com. All Rights Reserved.