public class EqualsAssertion
extends com.eviware.soapui.impl.wsdl.teststeps.WsdlMessageAssertion
implements com.eviware.soapui.model.testsuite.ResponseAssertion
Modifier and Type | Class and Description |
---|---|
static class |
EqualsAssertion.Factory |
static class |
EqualsAssertion.OperandMode |
Modifier and Type | Field and Description |
---|---|
static String |
CANT_FIND_MODEL_ITEM |
static String |
CANT_FIND_PROPERTY |
static String |
DESCRIPTION |
static String |
ID |
static String |
LABEL |
assertionErrors, assertionStatus, NO_RESPONSE
Constructor and Description |
---|
EqualsAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
com.eviware.soapui.model.testsuite.Assertable assertable) |
Modifier and Type | Method and Description |
---|---|
boolean |
configure() |
protected org.apache.xmlbeans.XmlObject |
exportConfiguration() |
EqualsAssertion.OperandMode |
getPatternMode() |
String |
getPatternObjectId() |
String |
getPatternProperty() |
String |
getPatternText() |
protected String |
internalAssertProperty(com.eviware.soapui.model.TestPropertyHolder source,
String propertyName,
com.eviware.soapui.model.iface.MessageExchange messageExchange,
com.eviware.soapui.model.iface.SubmitContext submitContext) |
protected String |
internalAssertRequest(com.eviware.soapui.model.iface.MessageExchange messageExchange,
com.eviware.soapui.model.propertyexpansion.PropertyExpansionContext context) |
protected String |
internalAssertResponse(com.eviware.soapui.model.iface.MessageExchange messageExchange,
com.eviware.soapui.model.iface.SubmitContext submitContext) |
boolean |
isCaseSensitive() |
void |
setCaseSensitive(boolean newValue) |
void |
setPatternProperty(String testModelItemId,
String propertyName) |
void |
setPatternText(String text) |
appliesToRequest, assertProperty, assertRequest, assertResponse, createEventBusMessage, getAssertable, getConfig, getConfiguration, getDescription, getErrors, getIcon, getId, getIndexOfAssertion, getLabel, getName, getParent, getPropertyExpansions, getSettings, getStatus, isAllowMultiple, isClonable, isConfigurable, isDisabled, isFailed, isValid, prepare, prepare, release, resolve, setAssertable, setConfiguration, setDisabled, setErrors, setName, setStatus, updateConfig
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, getChildren, getDashboardDbId, getProject, initItemOrder, isNotifyPropertyChanged, notifyPropertyChanged, removeModelItemFromConfig, removePropertyChangeListener, removePropertyChangeListener, setDashboardDbId, setNotifyPropertyChanged
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String ID
public static final String LABEL
public static final String DESCRIPTION
public static final String CANT_FIND_MODEL_ITEM
public static final String CANT_FIND_PROPERTY
public EqualsAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig, com.eviware.soapui.model.testsuite.Assertable assertable)
protected org.apache.xmlbeans.XmlObject exportConfiguration()
protected String internalAssertResponse(com.eviware.soapui.model.iface.MessageExchange messageExchange, com.eviware.soapui.model.iface.SubmitContext submitContext) throws com.eviware.soapui.model.testsuite.AssertionException
internalAssertResponse
in class com.eviware.soapui.impl.wsdl.teststeps.WsdlMessageAssertion
com.eviware.soapui.model.testsuite.AssertionException
protected String internalAssertRequest(com.eviware.soapui.model.iface.MessageExchange messageExchange, com.eviware.soapui.model.propertyexpansion.PropertyExpansionContext context) throws com.eviware.soapui.model.testsuite.AssertionException
internalAssertRequest
in class com.eviware.soapui.impl.wsdl.teststeps.WsdlMessageAssertion
com.eviware.soapui.model.testsuite.AssertionException
protected String internalAssertProperty(com.eviware.soapui.model.TestPropertyHolder source, String propertyName, com.eviware.soapui.model.iface.MessageExchange messageExchange, com.eviware.soapui.model.iface.SubmitContext submitContext) throws com.eviware.soapui.model.testsuite.AssertionException
internalAssertProperty
in class com.eviware.soapui.impl.wsdl.teststeps.WsdlMessageAssertion
com.eviware.soapui.model.testsuite.AssertionException
public EqualsAssertion.OperandMode getPatternMode()
public String getPatternText()
public String getPatternObjectId()
public String getPatternProperty()
public boolean isCaseSensitive()
public void setPatternText(String text)
public void setCaseSensitive(boolean newValue)
public boolean configure()
configure
in interface com.eviware.soapui.model.testsuite.TestAssertion
configure
in class com.eviware.soapui.impl.wsdl.teststeps.WsdlMessageAssertion
Copyright © 2019. All rights reserved.