| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.core.postprocessors |
| Modifier and Type | Method and Description |
|---|---|
static DslJsonExtractor |
JmeterDsl.jsonExtractor(String variableName,
String query)
Builds an Extractor which allows using JMESPath or JSONPath to extract part of a JSON
response.
|
| Modifier and Type | Method and Description |
|---|---|
DslJsonExtractor |
DslJsonExtractor.defaultValue(String defaultValue)
Sets the default value to be stored in the JMeter variable when no match is found.
|
DslJsonExtractor |
DslJsonExtractor.matchNumber(int matchNumber)
Sets the match number to be extracted.
|
DslJsonExtractor |
DslJsonExtractor.queryLanguage(DslJsonExtractor.JsonQueryLanguage queryLanguage)
Allows selecting the query language to use for extracting values from a given JSON.
|
Copyright © 2024. All rights reserved.