| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.core.controllers | |
| us.abstracta.jmeter.javadsl.core.util |
| 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 DslWhileController |
JmeterDsl.whileController(PropertyScriptBuilder.PropertyScript condition,
BaseThreadGroup.ThreadGroupChild... children)
Same as
#whileController(String, ThreadGroupChild...) but allowing to use Java type
safety and code completion when specifying the condition. |
static DslWhileController |
JmeterDsl.whileController(String name,
PropertyScriptBuilder.PropertyScript condition,
BaseThreadGroup.ThreadGroupChild... children)
Same as
#whileController(PropertyScript, ThreadGroupChild...) but allowing to set a
name which defines autogenerated variable created by JMeter containing iteration index. |
| Constructor and Description |
|---|
DslIfController(PropertyScriptBuilder.PropertyScript script,
List<BaseThreadGroup.ThreadGroupChild> children) |
DslWhileController(String name,
PropertyScriptBuilder.PropertyScript script,
List<BaseThreadGroup.ThreadGroupChild> children) |
| Constructor and Description |
|---|
PropertyScriptBuilder(PropertyScriptBuilder.PropertyScript script) |
Copyright © 2023. All rights reserved.