| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.core.postprocessors |
| Modifier and Type | Method and Description |
|---|---|
static DslBoundaryExtractor |
JmeterDsl.boundaryExtractor(String variableName,
String leftBoundary,
String rightBoundary)
Builds a Boundary Extractor which allows using left and right boundary texts to extract
different parts of a sample result (request or response).
|
| Modifier and Type | Method and Description |
|---|---|
DslBoundaryExtractor |
DslBoundaryExtractor.defaultValue(String defaultValue)
Sets the default value to be stored in the JMeter variable when no match is found.
|
DslBoundaryExtractor |
DslBoundaryExtractor.fieldToCheck(DslBoundaryExtractor.TargetField fieldToCheck)
Allows specifying what part of request or response to apply the extractor to.
|
DslBoundaryExtractor |
DslBoundaryExtractor.matchNumber(int matchNumber)
Sets the match number to be extracted.
|
Copyright © 2024. All rights reserved.