Uses of Interface
us.abstracta.jmeter.javadsl.core.threadgroups.DslThreadGroup
-
Packages that use DslThreadGroup Package Description us.abstracta.jmeter.javadsl.core.threadgroups us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup -
-
Uses of DslThreadGroup in us.abstracta.jmeter.javadsl.core.threadgroups
Classes in us.abstracta.jmeter.javadsl.core.threadgroups that implement DslThreadGroup Modifier and Type Class Description classBaseThreadGroup<T extends BaseThreadGroup<T>>Contains common logic for all Thread Groups.classDslDefaultThreadGroupRepresents the standard thread group test element included by JMeter.classDslSetupThreadGroupA thread group that allows running any logic before any other thread group.classDslSimpleThreadGroup<T extends DslSimpleThreadGroup<T>>Contains common logic for thread groups that only require children in constructor and provide simple settings (like iterations, threads, etc).classDslTeardownThreadGroupA thread group that allows running any logic after any other thread group.classRpsThreadGroupConfigures a thread group which dynamically adapts the number of threads and pauses to match a given rps. -
Uses of DslThreadGroup in us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup
Classes in us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup that implement DslThreadGroup Modifier and Type Class Description classSimpleThreadGroupHelperclassUltimateThreadGroupHelper
-