| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl |
| Modifier and Type | Method and Description |
|---|---|
static DslIfController |
JmeterDsl.ifController(PropertyScriptBuilder.PropertyScript condition,
BaseThreadGroup.ThreadGroupChild... children)
Same as
#ifController(String, ThreadGroupChild...) but allowing to use Java type safety
and code completion when specifying the condition. |
static DslIfController |
JmeterDsl.ifController(String condition,
BaseThreadGroup.ThreadGroupChild... children)
Builds an If Controller that allows to conditionally run specified children.
|
Copyright © 2023. All rights reserved.