Uses of Class
us.abstracta.jmeter.javadsl.core.threadgroups.DslSetupThreadGroup
-
Packages that use DslSetupThreadGroup Package Description us.abstracta.jmeter.javadsl -
-
Uses of DslSetupThreadGroup in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl that return DslSetupThreadGroup Modifier and Type Method Description static DslSetupThreadGroupJmeterDsl. setupThreadGroup()Builds a setup thread group which allows tuning settings before setting its children.static DslSetupThreadGroupJmeterDsl. setupThreadGroup(String name)Same asJmeterDsl.setupThreadGroup()but allowing to set a name on the thread group.static DslSetupThreadGroupJmeterDsl. setupThreadGroup(String name, BaseThreadGroup.ThreadGroupChild... children)Same asJmeterDsl.setupThreadGroup(ThreadGroupChild...)but allowing to set a name on the thread group.static DslSetupThreadGroupJmeterDsl. setupThreadGroup(BaseThreadGroup.ThreadGroupChild... children)Builds a thread group that allows running logic before other thread groups.
-