Uses of Interface
us.abstracta.jmeter.javadsl.core.samplers.DslSampler
-
Packages that use DslSampler Package Description us.abstracta.jmeter.javadsl.core.controllers us.abstracta.jmeter.javadsl.core.samplers us.abstracta.jmeter.javadsl.http us.abstracta.jmeter.javadsl.java -
-
Uses of DslSampler in us.abstracta.jmeter.javadsl.core.controllers
Methods in us.abstracta.jmeter.javadsl.core.controllers with parameters of type DslSampler Modifier and Type Method Description DslWeightedSwitchControllerDslWeightedSwitchController. child(long weight, DslSampler child)Adds a child to the controller with a configured weight for selecting it in iterations. -
Uses of DslSampler in us.abstracta.jmeter.javadsl.core.samplers
Classes in us.abstracta.jmeter.javadsl.core.samplers that implement DslSampler Modifier and Type Class Description classBaseSampler<T extends BaseSampler<T>>Hosts common logic to all samplers.classDslDummySamplerAllows using JMeter Dummy Sampler plugin to emulate other samples and ease testing post processors and other parts of a test plan.classDslFlowControlActionUses JMeter Flow Control Action to allow taking different actions (stop, pause, interrupt). -
Uses of DslSampler in us.abstracta.jmeter.javadsl.http
Classes in us.abstracta.jmeter.javadsl.http that implement DslSampler Modifier and Type Class Description classDslBaseHttpSampler<T extends DslBaseHttpSampler<T>>Abstracts common logic used by HTTP based samplers.classDslHttpSamplerAllows to configure a JMeter HTTP sampler to make HTTP requests in a test plan. -
Uses of DslSampler in us.abstracta.jmeter.javadsl.java
Classes in us.abstracta.jmeter.javadsl.java that implement DslSampler Modifier and Type Class Description classDslJsr223SamplerAllows sampling java APIs and custom logic.
-