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