com.eviware.soapui.security.assertion
Class CrossSiteScriptAssertion
java.lang.Object
com.eviware.soapui.model.support.AbstractModelItem
com.eviware.soapui.impl.wsdl.teststeps.WsdlMessageAssertion
com.eviware.soapui.security.assertion.CrossSiteScriptAssertion
- All Implemented Interfaces:
- ModelItem, PropertyExpansionContainer, ResponseAssertion, TestAssertion, PropertyChangeNotifier
public class CrossSiteScriptAssertion
- extends WsdlMessageAssertion
- implements ResponseAssertion
| 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, 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
GROOVY_SCRIPT
public static final java.lang.String GROOVY_SCRIPT
- See Also:
- Constant Field Values
CHECK_RESPONSE
public static final java.lang.String CHECK_RESPONSE
- See Also:
- Constant Field Values
CHECK_SEPARATE_HTML
public static final java.lang.String CHECK_SEPARATE_HTML
- See Also:
- Constant Field Values
CrossSiteScriptAssertion
public CrossSiteScriptAssertion(com.eviware.soapui.config.TestAssertionConfig assertionConfig,
Assertable assertable)
internalAssertResponse
protected java.lang.String internalAssertResponse(MessageExchange messageExchange,
SubmitContext context)
throws AssertionException
- Specified by:
internalAssertResponse in class WsdlMessageAssertion
- Throws:
AssertionException
internalAssertRequest
protected java.lang.String internalAssertRequest(MessageExchange messageExchange,
SubmitContext context)
throws AssertionException
- Specified by:
internalAssertRequest in class WsdlMessageAssertion
- Throws:
AssertionException
createConfiguration
protected org.apache.xmlbeans.XmlObject createConfiguration()
configure
public boolean configure()
- Specified by:
configure in interface TestAssertion- Overrides:
configure in class WsdlMessageAssertion
buildGroovyPanel
protected GroovyEditorComponent buildGroovyPanel()
buildDialog
protected void buildDialog()
release
public void release()
- Overrides:
release in class WsdlMessageAssertion
Copyright © 2005-2011 eviware.com. All Rights Reserved.