Uses of Interface
us.abstracta.jmeter.javadsl.core.postprocessors.DslPostProcessor
-
Packages that use DslPostProcessor Package Description us.abstracta.jmeter.javadsl.core.postprocessors -
-
Uses of DslPostProcessor in us.abstracta.jmeter.javadsl.core.postprocessors
Classes in us.abstracta.jmeter.javadsl.core.postprocessors that implement DslPostProcessor Modifier and Type Class Description classDslBoundaryExtractorProvides simple means for extracting into a variable a part of a request or response using just left and right boundaries surrounding the desired text.classDslDebugPostProcessorAdds a sub result to a given sampler result, including jmeter variables, jmeter properties, etc., which are handy when debugging test plans.classDslJsonExtractorAllows extracting part of a JSON response using JMESPath or JSONPath to store into a variable.classDslJsr223PostProcessorAllows running custom logic after getting a sample result.classDslRegexExtractorAllows extracting part of a request or response using regular expressions to store into a variable.classDslVariableExtractor<T extends DslVariableExtractor<T>>Contains common logic for post processors which extract some value into a variable.
-