| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl.wrapper | |
| us.abstracta.jmeter.javadsl.wrapper.wrappers |
| Modifier and Type | Method and Description |
|---|---|
static DslSamplerWrapper |
WrapperJmeterDsl.testElement(org.apache.jmeter.samplers.gui.AbstractSamplerGui samplerGui)
Builds a test element wrapper from a sampler gui component.
|
static DslSamplerWrapper |
WrapperJmeterDsl.testElement(org.apache.jmeter.samplers.Sampler sampler)
Builds a test element wrapper from a sampler JMeter test element.
|
static DslSamplerWrapper |
WrapperJmeterDsl.testElement(String name,
org.apache.jmeter.samplers.gui.AbstractSamplerGui samplerGui)
Same as
WrapperJmeterDsl.testElement(AbstractSamplerGui) but allowing to set a name for easy
identification in reports. |
static DslSamplerWrapper |
WrapperJmeterDsl.testElement(String name,
org.apache.jmeter.samplers.Sampler sampler)
Same as
WrapperJmeterDsl.testElement(Sampler) but allowing to set a name for easy identification in
reports. |
| Modifier and Type | Method and Description |
|---|---|
DslSamplerWrapper |
DslSamplerWrapper.prop(String name,
Object value) |
Copyright © 2023. All rights reserved.