Uses of Class
us.abstracta.jmeter.javadsl.core.controllers.DslSimpleController
-
Packages that use DslSimpleController Package Description us.abstracta.jmeter.javadsl -
-
Uses of DslSimpleController in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl that return DslSimpleController Modifier and Type Method Description static DslSimpleControllerJmeterDsl. simpleController(String name, BaseThreadGroup.ThreadGroupChild... children)Same asJmeterDsl.simpleController(ThreadGroupChild...)but allowing to set a name.static DslSimpleControllerJmeterDsl. simpleController(BaseThreadGroup.ThreadGroupChild... children)Builds a new simple controller with the given name.
-