| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.core.controllers |
| Modifier and Type | Method and Description |
|---|---|
static DslWeightedSwitchController |
JmeterDsl.weightedSwitchController()
Builds a Controller which executes in each iteration choosing one child according to given
weights.
|
| Modifier and Type | Method and Description |
|---|---|
DslWeightedSwitchController |
DslWeightedSwitchController.child(long weight,
DslController child)
Adds a child to the controller with a configured weight for selecting it in iterations.
|
DslWeightedSwitchController |
DslWeightedSwitchController.child(long weight,
DslSampler child)
Adds a child to the controller with a configured weight for selecting it in iterations.
|
DslWeightedSwitchController |
DslWeightedSwitchController.children(BaseThreadGroup.ThreadGroupChild... children)
Allows specifying children test elements which don't have an explicit weight associated.
|
Copyright © 2024. All rights reserved.