| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl |
| Modifier and Type | Method and Description |
|---|---|
static DslForEachController |
JmeterDsl.forEachController(String varsPrefix,
String iterationVarName,
BaseThreadGroup.ThreadGroupChild... children)
Builds a For each controller that iterates over a set of variables and runs a given set of
children for each variable in the set.
|
static DslForEachController |
JmeterDsl.forEachController(String name,
String varsPrefix,
String iterationVarName,
BaseThreadGroup.ThreadGroupChild... children)
Same as
#forEachController(String, String, ThreadGroupChild...) but allowing to set a
name which defines autogenerated variable created by JMeter containing iteration index. |
Copyright © 2024. All rights reserved.