| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl.core.threadgroups | |
| us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseThreadGroup<T extends BaseThreadGroup<T>>
Contains common logic for all Thread Groups.
|
class |
DslDefaultThreadGroup
Represents the standard thread group test element included by JMeter.
|
class |
DslSetupThreadGroup
A thread group that allows running any logic before any other thread group.
|
class |
DslSimpleThreadGroup<T extends DslSimpleThreadGroup<T>>
Contains common logic for thread groups that only require children in constructor and provide
simple settings (like iterations, threads, etc).
|
class |
DslTeardownThreadGroup
A thread group that allows running any logic after any other thread group.
|
class |
RpsThreadGroup
Configures a thread group which dynamically adapts the number of threads and pauses to match a
given rps.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleThreadGroupHelper |
class |
UltimateThreadGroupHelper |
Copyright © 2023. All rights reserved.