| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl.core.controllers |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseController<T extends BaseController<T>>
Contains common logic for logic controllers defined by the DSL.
|
class |
DslForEachController
Iterates over variables with a given prefix and runs part of a test plan for each of the
variables.
|
class |
DslIfController
Allows to conditionally run part of a test plan according to certain condition.
|
class |
DslOnceOnlyController
Allows running a part of a test plan only once and only on the first iteration of each thread
group.
|
class |
DslRecordingController
This element is only provided to ignore recording controllers when generating DSL code from JMX.
|
class |
DslRuntimeController
Is a controller that stops executing child elements when a period of time expires.
|
class |
DslTestFragmentController |
class |
DslTransactionController
Allows specifying JMeter transaction controllers which group different samples associated to same
transaction.
|
class |
DslWeightedSwitchController
Selects a child in each iteration according to specified relative weights.
|
class |
DslWhileController
Allows running part of a test plan until a condition is met.
|
class |
ForLoopController
Allows running part of a test plan a given number of times inside one thread group iteration.
|
class |
PercentController
Allows running only given percent of times given test plan elements.
|
| 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.
|
Copyright © 2023. All rights reserved.