Uses of Class
us.abstracta.jmeter.javadsl.core.preprocessors.DslJsr223PreProcessor.PreProcessorVars
-
Packages that use DslJsr223PreProcessor.PreProcessorVars Package Description us.abstracta.jmeter.javadsl us.abstracta.jmeter.javadsl.http -
-
Uses of DslJsr223PreProcessor.PreProcessorVars in us.abstracta.jmeter.javadsl
Method parameters in us.abstracta.jmeter.javadsl with type arguments of type DslJsr223PreProcessor.PreProcessorVars Modifier and Type Method Description static DslHttpSamplerJmeterDsl. httpSampler(String name, Function<DslJsr223PreProcessor.PreProcessorVars,String> urlSupplier)Same asJmeterDsl.httpSampler(Function)but allowing to set a name to the HTTP Request sampler.static DslHttpSamplerJmeterDsl. httpSampler(Function<DslJsr223PreProcessor.PreProcessorVars,String> urlSupplier)Builds an HTTP Request sampler to sample HTTP requests with a dynamically calculated URL. -
Uses of DslJsr223PreProcessor.PreProcessorVars in us.abstracta.jmeter.javadsl.http
Method parameters in us.abstracta.jmeter.javadsl.http with type arguments of type DslJsr223PreProcessor.PreProcessorVars Modifier and Type Method Description DslHttpSamplerDslHttpSampler. body(Function<DslJsr223PreProcessor.PreProcessorVars,String> bodySupplier)Same asDslHttpSampler.body(String)but allows using dynamically calculated HTTP request body.TDslBaseHttpSampler. header(String name, Function<DslJsr223PreProcessor.PreProcessorVars,String> valueSupplier)Same asDslBaseHttpSampler.header(String, String)but allows using dynamically calculated HTTP header value.DslHttpSamplerDslHttpSampler. post(Function<DslJsr223PreProcessor.PreProcessorVars,String> bodySupplier, org.apache.http.entity.ContentType contentType)Same asDslHttpSampler.post(String, ContentType)but allowing to use a dynamically calculated body.Constructor parameters in us.abstracta.jmeter.javadsl.http with type arguments of type DslJsr223PreProcessor.PreProcessorVars Constructor Description DslHttpSampler(String name, Function<DslJsr223PreProcessor.PreProcessorVars,String> urlSupplier)
-