| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl.wrapper | |
| us.abstracta.jmeter.javadsl.wrapper.wrappers |
| Modifier and Type | Method and Description |
|---|---|
static DslThreadGroupWrapper |
WrapperJmeterDsl.testElement(org.apache.jmeter.threads.AbstractThreadGroup threadGroup)
Builds a test element wrapper from a thread group JMeter test element.
|
static DslThreadGroupWrapper |
WrapperJmeterDsl.testElement(org.apache.jmeter.threads.gui.AbstractThreadGroupGui threadGroupGui)
Builds a test element wrapper from a thread group gui component.
|
static DslThreadGroupWrapper |
WrapperJmeterDsl.testElement(String name,
org.apache.jmeter.threads.AbstractThreadGroup threadGroup)
Same as
WrapperJmeterDsl.testElement(AbstractThreadGroup) but allowing to set a name for easy
identification in reports. |
static DslThreadGroupWrapper |
WrapperJmeterDsl.testElement(String name,
org.apache.jmeter.threads.gui.AbstractThreadGroupGui threadGroupGui)
Same as
WrapperJmeterDsl.testElement(AbstractThreadGroupGui) but allowing to set a name for easy
identification in reports. |
| Modifier and Type | Method and Description |
|---|---|
DslThreadGroupWrapper |
DslThreadGroupWrapper.prop(String name,
Object value) |
Copyright © 2023. All rights reserved.