com.eviware.soapui.impl.wsdl.teststeps
Class WsdlGotoTestStep.GotoCondition
java.lang.Object
com.eviware.soapui.impl.wsdl.teststeps.WsdlGotoTestStep.GotoCondition
- All Implemented Interfaces:
- java.beans.PropertyChangeListener, java.util.EventListener
- Enclosing class:
- WsdlGotoTestStep
public class WsdlGotoTestStep.GotoCondition
- extends java.lang.Object
- implements java.beans.PropertyChangeListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TARGET_STEP_PROPERTY
public static final java.lang.String TARGET_STEP_PROPERTY
- See Also:
- Constant Field Values
WsdlGotoTestStep.GotoCondition
public WsdlGotoTestStep.GotoCondition(com.eviware.soapui.config.GotoConditionConfig conditionConfig)
addPropertyChangeListener
public void addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
release
public void release()
evaluate
public boolean evaluate(HttpRequestTestStep previousStep,
TestCaseRunContext context)
throws java.lang.Exception
- Throws:
java.lang.Exception
setConfig
protected void setConfig(com.eviware.soapui.config.GotoConditionConfig conditionConfig)
getType
public java.lang.String getType()
getName
public java.lang.String getName()
getExpression
public java.lang.String getExpression()
getTargetStep
public java.lang.String getTargetStep()
setType
public void setType(java.lang.String type)
setName
public void setName(java.lang.String name)
setExpression
public void setExpression(java.lang.String expression)
setTargetStep
public void setTargetStep(java.lang.String targetStep)
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- Specified by:
propertyChange
in interface java.beans.PropertyChangeListener
getSourceProperty
public TestProperty getSourceProperty()
Copyright © 2005-2009 eviware.com. All Rights Reserved.