Class DynamicParam
- java.lang.Object
-
- us.abstracta.jmeter.javadsl.codegeneration.MethodParam
-
- us.abstracta.jmeter.javadsl.codegeneration.params.DynamicParam
-
public class DynamicParam extends MethodParam
Is a parameter with no fixed value (ie: a variable or jmeter function reference).- Since:
- 0.57
-
-
Field Summary
-
Fields inherited from class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
expression, paramType
-
-
Constructor Summary
Constructors Constructor Description DynamicParam(String expression)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanmatches(String propVal)-
Methods inherited from class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
buildCode, buildStringLiteral, findConstantNames, findConstantNamesMap, getExpression, getImports, getMethodDefinitions, getStaticImports, getType, isDefault, isIgnored
-
-