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