| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl |
| Modifier and Type | Method and Description |
|---|---|
static DslSetupThreadGroup |
JmeterDsl.setupThreadGroup()
Builds a setup thread group which allows tuning settings before setting its children.
|
static DslSetupThreadGroup |
JmeterDsl.setupThreadGroup(BaseThreadGroup.ThreadGroupChild... children)
Builds a thread group that allows running logic before other thread groups.
|
static DslSetupThreadGroup |
JmeterDsl.setupThreadGroup(String name)
Same as
JmeterDsl.setupThreadGroup() but allowing to set a name on the thread group. |
static DslSetupThreadGroup |
JmeterDsl.setupThreadGroup(String name,
BaseThreadGroup.ThreadGroupChild... children)
Same as
#setupThreadGroup(ThreadGroupChild...) but allowing to set a name on the thread
group. |
Copyright © 2024. All rights reserved.