| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl |
| Modifier and Type | Method and Description |
|---|---|
static DslIfController |
JmeterDsl.ifController(Class<? extends PropertyScriptBuilder.PropertyScript<Boolean>> conditionClass,
BaseThreadGroup.ThreadGroupChild... children)
Same as
#ifController(PropertyScript, ThreadGroupChild...) but with support for running
at scale in a remote engine. |
static DslIfController |
JmeterDsl.ifController(PropertyScriptBuilder.PropertyScript<Boolean> 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 © 2024. All rights reserved.