Uses of Class
us.abstracta.jmeter.javadsl.core.postprocessors.DslJsonExtractor.JsonQueryLanguage
-
Packages that use DslJsonExtractor.JsonQueryLanguage Package Description us.abstracta.jmeter.javadsl.core.assertions us.abstracta.jmeter.javadsl.core.postprocessors -
-
Uses of DslJsonExtractor.JsonQueryLanguage in us.abstracta.jmeter.javadsl.core.assertions
Fields in us.abstracta.jmeter.javadsl.core.assertions declared as DslJsonExtractor.JsonQueryLanguage Modifier and Type Field Description protected DslJsonExtractor.JsonQueryLanguageDslJsonAssertion. queryLanguageMethods in us.abstracta.jmeter.javadsl.core.assertions with parameters of type DslJsonExtractor.JsonQueryLanguage Modifier and Type Method Description DslJsonAssertionDslJsonAssertion. queryLanguage(DslJsonExtractor.JsonQueryLanguage queryLanguage)Allows selecting the query language to use for JSON assertion. -
Uses of DslJsonExtractor.JsonQueryLanguage in us.abstracta.jmeter.javadsl.core.postprocessors
Fields in us.abstracta.jmeter.javadsl.core.postprocessors declared as DslJsonExtractor.JsonQueryLanguage Modifier and Type Field Description protected DslJsonExtractor.JsonQueryLanguageDslJsonExtractor. queryLanguageMethods in us.abstracta.jmeter.javadsl.core.postprocessors that return DslJsonExtractor.JsonQueryLanguage Modifier and Type Method Description static DslJsonExtractor.JsonQueryLanguageDslJsonExtractor.JsonQueryLanguage. valueOf(String name)Returns the enum constant of this type with the specified name.static DslJsonExtractor.JsonQueryLanguage[]DslJsonExtractor.JsonQueryLanguage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in us.abstracta.jmeter.javadsl.core.postprocessors with parameters of type DslJsonExtractor.JsonQueryLanguage Modifier and Type Method Description DslJsonExtractorDslJsonExtractor. queryLanguage(DslJsonExtractor.JsonQueryLanguage queryLanguage)Allows selecting the query language to use for extracting values from a given JSON.
-