Uses of Class
us.abstracta.jmeter.javadsl.core.controllers.DslForEachController
-
Packages that use DslForEachController Package Description us.abstracta.jmeter.javadsl -
-
Uses of DslForEachController in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl that return DslForEachController Modifier and Type Method Description static DslForEachControllerJmeterDsl. forEachController(String name, String varsPrefix, String iterationVarName, BaseThreadGroup.ThreadGroupChild... children)Same asJmeterDsl.forEachController(String, String, ThreadGroupChild...)but allowing to set a name which defines autogenerated variable created by JMeter containing iteration index.static DslForEachControllerJmeterDsl. forEachController(String varsPrefix, String iterationVarName, BaseThreadGroup.ThreadGroupChild... children)Builds a For each controller that iterates over a set of variables and runs a given set of children for each variable in the set.
-