| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl |
| Modifier and Type | Method and Description |
|---|---|
static DslRuntimeController |
JmeterDsl.runtimeController(Duration duration,
BaseThreadGroup.ThreadGroupChild... children)
Builds a Runtime Controller that stops executing child elements when a period of time expires.
|
static DslRuntimeController |
JmeterDsl.runtimeController(String seconds,
BaseThreadGroup.ThreadGroupChild... children)
Same as
#runtimeController(Duration, ThreadGroupChild...) but allowing to use JMeter
expressions for the duration. |
Copyright © 2024. All rights reserved.