| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.java |
| Modifier and Type | Method and Description |
|---|---|
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,
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 © 2023. All rights reserved.