| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl.core.postprocessors |
| Modifier and Type | Class and Description |
|---|---|
class |
DslBoundaryExtractor
Provides simple means for extracting into a variable a part of a request or response using just
left and right boundaries surrounding the desired text.
|
class |
DslDebugPostProcessor
Adds a sub result to a given sampler result, including jmeter variables, jmeter properties, etc.,
which are handy when debugging test plans.
|
class |
DslJsonExtractor
Allows extracting part of a JSON response using JMESPath to store into a variable.
|
class |
DslJsr223PostProcessor
Allows running custom logic after getting a sample result.
|
class |
DslRegexExtractor
Allows extracting part of a request or response using regular expressions to store into a
variable.
|
class |
DslVariableExtractor<T extends DslVariableExtractor<T>>
Contains common logic for post processors which extract some value into a variable.
|
Copyright © 2023. All rights reserved.