public abstract class AbstractAddXPathAssertionAction extends AbstractAction
changeSupport, enabled
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Constructor and Description |
---|
AbstractAddXPathAssertionAction(String name,
com.eviware.soapui.model.testsuite.Assertable request,
XmlOutlineEditorView outlineEditor) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
protected void |
addAssertion(OutlineTreeNode tn) |
protected abstract String |
createName(OutlineTreeNode tn) |
protected abstract String |
createXPath(OutlineTreeNode node) |
protected String |
getAssertionId(com.eviware.soapui.impl.wsdl.teststeps.PathLanguage pathLanguage) |
protected abstract String |
getJsonPathAssertionId() |
XmlOutlineEditorView |
getOutlineEditor() |
com.eviware.soapui.model.testsuite.Assertable |
getSourceRequest() |
protected OutlineTreeNode |
getTreeNode() |
protected void |
trackAction() |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public AbstractAddXPathAssertionAction(String name, com.eviware.soapui.model.testsuite.Assertable request, XmlOutlineEditorView outlineEditor)
protected abstract String createXPath(OutlineTreeNode node)
public void actionPerformed(ActionEvent e)
protected void trackAction()
protected OutlineTreeNode getTreeNode()
protected void addAssertion(OutlineTreeNode tn)
protected String getAssertionId(com.eviware.soapui.impl.wsdl.teststeps.PathLanguage pathLanguage)
protected abstract String getJsonPathAssertionId()
protected abstract String createName(OutlineTreeNode tn)
public XmlOutlineEditorView getOutlineEditor()
public com.eviware.soapui.model.testsuite.Assertable getSourceRequest()
Copyright © 2019. All rights reserved.