| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.java |
| Modifier and Type | Method and Description |
|---|---|
static DslJsr223Sampler |
JmeterDsl.jsr223Sampler(Class<? extends DslJsr223Sampler.SamplerScript> scriptClass)
Same as
#jsr223Sampler(SamplerScript) but with support for running at scale in a remote
engine. |
static DslJsr223Sampler |
JmeterDsl.jsr223Sampler(DslJsr223Sampler.SamplerScript script)
Same as
JmeterDsl.jsr223Sampler(String) but allowing to use Java type safety and code completion
when specifying the script. |
static DslJsr223Sampler |
JmeterDsl.jsr223Sampler(String script)
Builds a JSR223 Sampler which allows sampling any Java API or custom logic.
|
static DslJsr223Sampler |
JmeterDsl.jsr223Sampler(String name,
Class<? extends DslJsr223Sampler.SamplerScript> scriptClass)
Same as
JmeterDsl.jsr223Sampler(Class) but allowing to set a name on the sampler. |
static DslJsr223Sampler |
JmeterDsl.jsr223Sampler(String name,
DslJsr223Sampler.SamplerScript script)
Same as
JmeterDsl.jsr223Sampler(String, String) but allowing to use Java type safety and code
completion when specifying the script. |
static DslJsr223Sampler |
JmeterDsl.jsr223Sampler(String name,
String script)
Same as
JmeterDsl.jsr223Sampler(String) but allowing to set a name on the sampler. |
| Modifier and Type | Method and Description |
|---|---|
DslJsr223Sampler |
DslJsr223Sampler.children(BaseSampler.SamplerChild... children)
Allows specifying children test elements for the sampler, which allows for example extracting
information from response, assert response contents, etc.
|
Copyright © 2024. All rights reserved.