public class PropertyMutation extends Object
Modifier and Type | Field and Description |
---|---|
static String |
REQUEST_MUTATIONS_STACK |
Constructor and Description |
---|
PropertyMutation() |
Modifier and Type | Method and Description |
---|---|
void |
addMutation(SecurityTestRunContext context) |
StringToStringMap |
getMutatedParameters() |
String |
getPropertyName() |
String |
getPropertyValue() |
TestStep |
getTestStep() |
static List<PropertyMutation> |
popAllMutation(SecurityTestRunContext context) |
static PropertyMutation |
popMutation(SecurityTestRunContext context) |
void |
setMutatedParameters(StringToStringMap mutatedParameters) |
void |
setPropertyName(String propertyName) |
void |
setPropertyValue(String propertyValue) |
void |
setTestStep(TestStep testStep) |
void |
updateRequestProperty(TestStep testStep) |
public static final String REQUEST_MUTATIONS_STACK
public TestStep getTestStep()
public void setTestStep(TestStep testStep)
public String getPropertyName()
public String getPropertyValue()
public StringToStringMap getMutatedParameters()
public void setPropertyName(String propertyName)
public void setPropertyValue(String propertyValue)
public void setMutatedParameters(StringToStringMap mutatedParameters)
public void updateRequestProperty(TestStep testStep)
public void addMutation(SecurityTestRunContext context)
public static PropertyMutation popMutation(SecurityTestRunContext context)
public static List<PropertyMutation> popAllMutation(SecurityTestRunContext context)
Copyright © 2019. All Rights Reserved.