Class NameParam
- java.lang.Object
-
- us.abstracta.jmeter.javadsl.codegeneration.MethodParam
-
- us.abstracta.jmeter.javadsl.codegeneration.params.FixedParam<String>
-
- us.abstracta.jmeter.javadsl.codegeneration.params.StringParam
-
- us.abstracta.jmeter.javadsl.codegeneration.params.NameParam
-
public class NameParam extends StringParam
Is a parameter associated to a test element name.This type of parameter has the special consideration that when names are set to default values, then they can be ignored.
- Since:
- 0.45
-
-
Field Summary
-
Fields inherited from class us.abstracta.jmeter.javadsl.codegeneration.params.FixedParam
defaultValue, value
-
Fields inherited from class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
expression, paramType
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisIgnored()-
Methods inherited from class us.abstracta.jmeter.javadsl.codegeneration.params.StringParam
buildCode
-
Methods inherited from class us.abstracta.jmeter.javadsl.codegeneration.params.FixedParam
getValue, isDefault
-
Methods inherited from class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
buildStringLiteral, findConstantNames, findConstantNamesMap, getExpression, getImports, getMethodDefinitions, getStaticImports, getType
-
-
-
-
Method Detail
-
isIgnored
public boolean isIgnored()
- Overrides:
isIgnoredin classMethodParam
-
-