Uses of Class
us.abstracta.jmeter.javadsl.java.DslJsr223Sampler
-
Packages that use DslJsr223Sampler Package Description us.abstracta.jmeter.javadsl us.abstracta.jmeter.javadsl.java -
-
Uses of DslJsr223Sampler in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl that return DslJsr223Sampler Modifier and Type Method Description static DslJsr223SamplerJmeterDsl. jsr223Sampler(Class<? extends DslJsr223Sampler.SamplerScript> scriptClass)Same asJmeterDsl.jsr223Sampler(SamplerScript)but with support for running at scale in a remote engine.static DslJsr223SamplerJmeterDsl. jsr223Sampler(String script)Builds a JSR223 Sampler which allows sampling any Java API or custom logic.static DslJsr223SamplerJmeterDsl. jsr223Sampler(String name, Class<? extends DslJsr223Sampler.SamplerScript> scriptClass)Same asJmeterDsl.jsr223Sampler(Class)but allowing to set a name on the sampler.static DslJsr223SamplerJmeterDsl. jsr223Sampler(String name, String script)Same asJmeterDsl.jsr223Sampler(String)but allowing to set a name on the sampler.static DslJsr223SamplerJmeterDsl. jsr223Sampler(String name, DslJsr223Sampler.SamplerScript script)Same asJmeterDsl.jsr223Sampler(String, String)but allowing to use Java type safety and code completion when specifying the script.static DslJsr223SamplerJmeterDsl. jsr223Sampler(DslJsr223Sampler.SamplerScript script)Same asJmeterDsl.jsr223Sampler(String)but allowing to use Java type safety and code completion when specifying the script. -
Uses of DslJsr223Sampler in us.abstracta.jmeter.javadsl.java
Methods in us.abstracta.jmeter.javadsl.java that return DslJsr223Sampler Modifier and Type Method Description DslJsr223SamplerDslJsr223Sampler. children(BaseSampler.SamplerChild... children)Allows specifying children test elements for the sampler, which allows for example extracting information from response, assert response contents, etc.
-