| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.core.postprocessors |
| Modifier and Type | Method and Description |
|---|---|
static DslRegexExtractor |
JmeterDsl.regexExtractor(String variableName,
String regex)
Builds a Regex Extractor which allows using regular expressions to extract different parts of a
sample result (request or response).
|
| Modifier and Type | Method and Description |
|---|---|
DslRegexExtractor |
DslRegexExtractor.defaultValue(String defaultValue)
Sets the default value to be stored in the JMeter variable when the regex does not match.
|
DslRegexExtractor |
DslRegexExtractor.fieldToCheck(DslRegexExtractor.TargetField fieldToCheck)
Allows specifying what part of request or response to apply the regular extractor to.
|
DslRegexExtractor |
DslRegexExtractor.matchNumber(int matchNumber)
Sets the match number to be extracted.
|
DslRegexExtractor |
DslRegexExtractor.template(String template)
Specifies the final string to store in the JMeter Variable.
|
Copyright © 2023. All rights reserved.