Uses of Class
us.abstracta.jmeter.javadsl.core.controllers.DslIfController
-
Packages that use DslIfController Package Description us.abstracta.jmeter.javadsl -
-
Uses of DslIfController in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl that return DslIfController Modifier and Type Method Description static DslIfControllerJmeterDsl. ifController(Class<? extends PropertyScriptBuilder.PropertyScript<Boolean>> conditionClass, BaseThreadGroup.ThreadGroupChild... children)Same asJmeterDsl.ifController(PropertyScript, ThreadGroupChild...)but with support for running at scale in a remote engine.static DslIfControllerJmeterDsl. ifController(String condition, BaseThreadGroup.ThreadGroupChild... children)Builds an If Controller that allows to conditionally run specified children.static DslIfControllerJmeterDsl. ifController(PropertyScriptBuilder.PropertyScript<Boolean> condition, BaseThreadGroup.ThreadGroupChild... children)Same asJmeterDsl.ifController(String, ThreadGroupChild...)but allowing to use Java type safety and code completion when specifying the condition.
-