Uses of Class
us.abstracta.jmeter.javadsl.core.controllers.ForLoopController
-
Packages that use ForLoopController Package Description us.abstracta.jmeter.javadsl -
-
Uses of ForLoopController in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl that return ForLoopController Modifier and Type Method Description static ForLoopControllerJmeterDsl. 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 ForLoopControllerJmeterDsl. forLoopController(String name, int count, BaseThreadGroup.ThreadGroupChild... children)Same asJmeterDsl.forLoopController(int, ThreadGroupChild...)but allowing to set a name which defines autogenerated variable created by JMeter containing iteration index.static ForLoopControllerJmeterDsl. forLoopController(String name, String count, BaseThreadGroup.ThreadGroupChild... children)Same asJmeterDsl.forLoopController(String, ThreadGroupChild...)but allowing to set a name which defines autogenerated variable created by JMeter containing iteration index.static ForLoopControllerJmeterDsl. forLoopController(String count, BaseThreadGroup.ThreadGroupChild... children)Same asJmeterDsl.forLoopController(int, ThreadGroupChild...)but allowing to use JMeter expressions for number of loops.
-