| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl |
| Modifier and Type | Method and Description |
|---|---|
static ForLoopController |
JmeterDsl.forLoopController(int count,
BaseThreadGroup.ThreadGroupChild... children)
Builds a Loop Controller that allows to run specific number of times the given children in each
thread group iteration.
|
static ForLoopController |
JmeterDsl.forLoopController(String count,
BaseThreadGroup.ThreadGroupChild... children)
Same as
#forLoopController(int, ThreadGroupChild...) but allowing to use JMeter
expressions for number of loops. |
static ForLoopController |
JmeterDsl.forLoopController(String name,
int count,
BaseThreadGroup.ThreadGroupChild... children)
Same as
#forLoopController(int, ThreadGroupChild...) but allowing to set a name which
defines autogenerated variable created by JMeter containing iteration index. |
static ForLoopController |
JmeterDsl.forLoopController(String name,
String count,
BaseThreadGroup.ThreadGroupChild... children)
Same as
#forLoopController(String, ThreadGroupChild...) but allowing to set a name
which defines autogenerated variable created by JMeter containing iteration index. |
Copyright © 2024. All rights reserved.