Class ReplaceStringWithFunctions

java.lang.Object
org.apache.jmeter.engine.util.ReplaceStringWithFunctions
All Implemented Interfaces:
org.apache.jmeter.engine.util.PropertyTransformer

public class ReplaceStringWithFunctions extends Object
Replaces a String containing functions with their Function properties equivalent, example: ${__time()}_${__threadNum()}_${__machineName()} will become a FunctionProperty of a CompoundVariable containing 3 functions
See Also:
  • TransformStringsIntoFunctions
  • TestElementPropertyTransformer.USE_FUNCTIONS