Uses of Class
us.abstracta.jmeter.javadsl.core.controllers.DslWeightedSwitchController
-
Packages that use DslWeightedSwitchController Package Description us.abstracta.jmeter.javadsl us.abstracta.jmeter.javadsl.core.controllers -
-
Uses of DslWeightedSwitchController in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl that return DslWeightedSwitchController Modifier and Type Method Description static DslWeightedSwitchControllerJmeterDsl. weightedSwitchController()Builds a Controller which executes in each iteration choosing one child according to given weights. -
Uses of DslWeightedSwitchController in us.abstracta.jmeter.javadsl.core.controllers
Methods in us.abstracta.jmeter.javadsl.core.controllers that return DslWeightedSwitchController Modifier and Type Method Description DslWeightedSwitchControllerDslWeightedSwitchController. child(long weight, DslController child)Adds a child to the controller with a configured weight for selecting it in iterations.DslWeightedSwitchControllerDslWeightedSwitchController. child(long weight, DslSampler child)Adds a child to the controller with a configured weight for selecting it in iterations.DslWeightedSwitchControllerDslWeightedSwitchController. children(BaseThreadGroup.ThreadGroupChild... children)Allows specifying children test elements which don't have an explicit weight associated.
-