Package org.apache.jmeter.engine.util
package org.apache.jmeter.engine.util
-
ClassDescriptionCompoundFunction.Interface that gives a hint about the merge policy to apply between Samplers and Config elementsImplement this method-less interface to indicate that this ConfigElement should not be merged.Implement this method-less interface to indicate your test element should not be cloned for each thread in a test run.Transforms strings into variable references (in spite of the name, which suggests the opposite!)Replaces a String containing functions with their Function properties equivalent, example: ${__time()}_${__threadNum()}_${__machineName()} will become a FunctionProperty of a CompoundVariable containing 3 functionsReplaces ${key} by value extracted from
JMeterVariables
if anyPerform replacement of ${variable} references.