com.eviware.soapui.security.scan
Class PropertyMutation
java.lang.Object
com.eviware.soapui.security.scan.PropertyMutation
public class PropertyMutation
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REQUEST_MUTATIONS_STACK
public static final java.lang.String REQUEST_MUTATIONS_STACK
- See Also:
- Constant Field Values
PropertyMutation
public PropertyMutation()
getTestStep
public TestStep getTestStep()
setTestStep
public void setTestStep(TestStep testStep)
getPropertyName
public java.lang.String getPropertyName()
getPropertyValue
public java.lang.String getPropertyValue()
getMutatedParameters
public StringToStringMap getMutatedParameters()
setPropertyName
public void setPropertyName(java.lang.String propertyName)
setPropertyValue
public void setPropertyValue(java.lang.String propertyValue)
setMutatedParameters
public void setMutatedParameters(StringToStringMap mutatedParameters)
updateRequestProperty
public void updateRequestProperty(TestStep testStep)
addMutation
public void addMutation(SecurityTestRunContext context)
popMutation
public static PropertyMutation popMutation(SecurityTestRunContext context)
popAllMutation
public static java.util.List<PropertyMutation> popAllMutation(SecurityTestRunContext context)
Copyright © 2005-2011 eviware.com. All Rights Reserved.