Package kg.apc.jmeter.functions
Class UpperCase
- java.lang.Object
-
- org.apache.jmeter.functions.AbstractFunction
-
- kg.apc.jmeter.functions.UpperCase
-
- All Implemented Interfaces:
org.apache.jmeter.functions.Function
public class UpperCase extends org.apache.jmeter.functions.AbstractFunction
-
-
Constructor Summary
Constructors Constructor Description UpperCase()No-arg constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringexecute(org.apache.jmeter.samplers.SampleResult previousResult, org.apache.jmeter.samplers.Sampler currentSampler)List<String>getArgumentDesc()StringgetReferenceKey()voidsetParameters(Collection<org.apache.jmeter.engine.util.CompoundVariable> parameters)
-
-
-
Method Detail
-
execute
public String execute(org.apache.jmeter.samplers.SampleResult previousResult, org.apache.jmeter.samplers.Sampler currentSampler) throws org.apache.jmeter.functions.InvalidVariableException
- Specified by:
executein interfaceorg.apache.jmeter.functions.Function- Specified by:
executein classorg.apache.jmeter.functions.AbstractFunction- Throws:
org.apache.jmeter.functions.InvalidVariableException
-
setParameters
public void setParameters(Collection<org.apache.jmeter.engine.util.CompoundVariable> parameters) throws org.apache.jmeter.functions.InvalidVariableException
- Specified by:
setParametersin interfaceorg.apache.jmeter.functions.Function- Specified by:
setParametersin classorg.apache.jmeter.functions.AbstractFunction- Throws:
org.apache.jmeter.functions.InvalidVariableException
-
getReferenceKey
public String getReferenceKey()
- Specified by:
getReferenceKeyin interfaceorg.apache.jmeter.functions.Function- Specified by:
getReferenceKeyin classorg.apache.jmeter.functions.AbstractFunction
-
-