public class CaseFormat
extends org.apache.jmeter.functions.AbstractFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
CaseFormat.CaseFormatMode
ChangeCase Modes
Modes for different cases
|
| Constructor and Description |
|---|
CaseFormat() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
changeCase(String originalString,
String mode)
Change case options
|
String |
execute(org.apache.jmeter.samplers.SampleResult previousResult,
org.apache.jmeter.samplers.Sampler currentSampler) |
List<String> |
getArgumentDesc() |
String |
getReferenceKey() |
void |
setParameters(Collection<org.apache.jmeter.engine.util.CompoundVariable> parameters) |
public String execute(org.apache.jmeter.samplers.SampleResult previousResult, org.apache.jmeter.samplers.Sampler currentSampler) throws org.apache.jmeter.functions.InvalidVariableException
execute in interface org.apache.jmeter.functions.Functionexecute in class org.apache.jmeter.functions.AbstractFunctionorg.apache.jmeter.functions.InvalidVariableExceptionprotected String changeCase(String originalString, String mode)
originalString - mode - public void setParameters(Collection<org.apache.jmeter.engine.util.CompoundVariable> parameters) throws org.apache.jmeter.functions.InvalidVariableException
setParameters in interface org.apache.jmeter.functions.FunctionsetParameters in class org.apache.jmeter.functions.AbstractFunctionorg.apache.jmeter.functions.InvalidVariableExceptionpublic String getReferenceKey()
getReferenceKey in interface org.apache.jmeter.functions.FunctiongetReferenceKey in class org.apache.jmeter.functions.AbstractFunctionCopyright © 2018. All rights reserved.