Class UndoVariableReplacement
java.lang.Object
org.apache.jmeter.engine.util.UndoVariableReplacement
Replaces ${key} by value extracted from
JMeterVariables if any-
Constructor Summary
ConstructorsConstructorDescriptionUndoVariableReplacement(CompoundVariable masterFunction, Map<String, String> variables) -
Method Summary
Modifier and TypeMethodDescriptionprotected CompoundVariablevoidsetMasterFunction(CompoundVariable variable) voidsetVariables(Map<String, String> map) transformValue(JMeterProperty prop)
-
Constructor Details
-
UndoVariableReplacement
-
-
Method Details
-
transformValue
- Throws:
InvalidVariableException
-
setMasterFunction
-
getMasterFunction
-
getVariables
-
setVariables
-