Uses of Class
us.abstracta.jmeter.javadsl.core.threadgroups.BaseThreadGroup
-
Packages that use BaseThreadGroup Package Description us.abstracta.jmeter.javadsl.core.threadgroups us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup -
-
Uses of BaseThreadGroup in us.abstracta.jmeter.javadsl.core.threadgroups
Classes in us.abstracta.jmeter.javadsl.core.threadgroups with type parameters of type BaseThreadGroup Modifier and Type Class Description classBaseThreadGroup<T extends BaseThreadGroup<T>>Contains common logic for all Thread Groups.Subclasses of BaseThreadGroup in us.abstracta.jmeter.javadsl.core.threadgroups Modifier and Type Class Description 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 BaseThreadGroup in us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup
Subclasses of BaseThreadGroup in us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup Modifier and Type Class Description classSimpleThreadGroupHelperclassUltimateThreadGroupHelper
-