| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.core.preprocessors |
| Modifier and Type | Method and Description |
|---|---|
static DslJsr223PreProcessor |
JmeterDsl.jsr223PreProcessor(DslJsr223PreProcessor.PreProcessorScript script)
Same as
JmeterDsl.jsr223PreProcessor(String) but allowing to use Java type safety and code
completion when specifying the script. |
static DslJsr223PreProcessor |
JmeterDsl.jsr223PreProcessor(String name,
DslJsr223PreProcessor.PreProcessorScript script)
Same as
JmeterDsl.jsr223PreProcessor(String, String) but allowing to use Java type safety and
code completion when specifying the script. |
| Modifier and Type | Method and Description |
|---|---|
static DslJsr223PreProcessor |
JmeterDsl.jsr223PreProcessor(Class<? extends DslJsr223PreProcessor.PreProcessorScript> scriptClass)
Same as
#jsr223PreProcessor(PreProcessorScript) but with support for running at scale
in a remote engine. |
static DslJsr223PreProcessor |
JmeterDsl.jsr223PreProcessor(String name,
Class<? extends DslJsr223PreProcessor.PreProcessorScript> scriptClass)
Same as
JmeterDsl.jsr223PreProcessor(Class) but allowing to set a name on the sampler. |
| Constructor and Description |
|---|
DslJsr223PreProcessor(String name,
DslJsr223PreProcessor.PreProcessorScript script) |
| Constructor and Description |
|---|
DslJsr223PreProcessor(String name,
Class<? extends DslJsr223PreProcessor.PreProcessorScript> scriptClass) |
Copyright © 2024. All rights reserved.