| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl.core.assertions | |
| us.abstracta.jmeter.javadsl.core.postprocessors | |
| us.abstracta.jmeter.javadsl.core.testelements |
| Modifier and Type | Class and Description |
|---|---|
class |
DslResponseAssertion
Allows marking a request result as success or failure by a specific result field value.
|
| 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 |
DslJsonExtractor
Allows extracting part of a JSON response using JMESPath or JSONPath to store into a variable.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DslScopedTestElement<T extends DslScopedTestElement<T>>
Contains common logic for test elements that only process certain samples.
|
Copyright © 2024. All rights reserved.