| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl.core.controllers | |
| us.abstracta.jmeter.javadsl.core.samplers | |
| us.abstracta.jmeter.javadsl.http | |
| us.abstracta.jmeter.javadsl.java |
| Modifier and Type | Method and Description |
|---|---|
DslWeightedSwitchController |
DslWeightedSwitchController.child(long weight,
DslSampler child)
Adds a child to the controller with a configured weight for selecting it in iterations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseSampler<T extends BaseSampler<T>>
Hosts common logic to all samplers.
|
class |
DslDummySampler
Allows using JMeter Dummy Sampler plugin to emulate other samples and ease testing post
processors and other parts of a test plan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DslBaseHttpSampler<T extends DslBaseHttpSampler<T>>
Abstracts common logic used by HTTP based samplers.
|
class |
DslHttpSampler
Allows to configure a JMeter HTTP sampler to make HTTP requests in a test plan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DslJsr223Sampler
Allows sampling java APIs and custom logic.
|
Copyright © 2023. All rights reserved.