Uses of Package
us.abstracta.jmeter.javadsl.core.postprocessors
-
Packages that use us.abstracta.jmeter.javadsl.core.postprocessors Package Description us.abstracta.jmeter.javadsl us.abstracta.jmeter.javadsl.core.assertions us.abstracta.jmeter.javadsl.core.postprocessors -
Classes in us.abstracta.jmeter.javadsl.core.postprocessors used by us.abstracta.jmeter.javadsl Class Description 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.DslDebugPostProcessor Adds a sub result to a given sampler result, including jmeter variables, jmeter properties, etc., which are handy when debugging test plans.DslJsonExtractor Allows extracting part of a JSON response using JMESPath or JSONPath to store into a variable.DslJsr223PostProcessor Allows running custom logic after getting a sample result.DslJsr223PostProcessor.PostProcessorScript Allows to use any java code as script.DslRegexExtractor Allows extracting part of a request or response using regular expressions to store into a variable. -
Classes in us.abstracta.jmeter.javadsl.core.postprocessors used by us.abstracta.jmeter.javadsl.core.assertions Class Description DslJsonExtractor.JsonQueryLanguage Specifies the query language used to extract from JSON. -
Classes in us.abstracta.jmeter.javadsl.core.postprocessors used by us.abstracta.jmeter.javadsl.core.postprocessors Class Description 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.DslBoundaryExtractor.TargetField Used to specify the field the extractor will apply to.DslDebugPostProcessor Adds a sub result to a given sampler result, including jmeter variables, jmeter properties, etc., which are handy when debugging test plans.DslJsonExtractor Allows extracting part of a JSON response using JMESPath or JSONPath to store into a variable.DslJsonExtractor.JsonQueryLanguage Specifies the query language used to extract from JSON.DslJsr223PostProcessor.DslLambdaPostProcessor DslJsr223PostProcessor.PostProcessorScript Allows to use any java code as script.DslPostProcessor DslRegexExtractor Allows extracting part of a request or response using regular expressions to store into a variable.DslRegexExtractor.TargetField Used to specify the field the regular extractor will apply to.DslVariableExtractor Contains common logic for post processors which extract some value into a variable.