Uses of Class
us.abstracta.jmeter.javadsl.core.testelements.TestElementContainer
-
-
Uses of TestElementContainer in us.abstracta.jmeter.javadsl.core
Subclasses of TestElementContainer in us.abstracta.jmeter.javadsl.core Modifier and Type Class Description classDslTestPlanRepresents a JMeter test plan, with associated thread groups and other children elements. -
Uses of TestElementContainer in us.abstracta.jmeter.javadsl.core.controllers
Subclasses of TestElementContainer in us.abstracta.jmeter.javadsl.core.controllers Modifier and Type Class Description classBaseController<T extends BaseController<T>>Contains common logic for logic controllers defined by the DSL.classDslForEachControllerIterates over variables with a given prefix and runs part of a test plan for each of the variables.classDslIfControllerAllows to conditionally run part of a test plan according to certain condition.classDslOnceOnlyControllerAllows running a part of a test plan only once and only on the first iteration of each thread group.classDslRecordingControllerThis element is only provided to ignore recording controllers when generating DSL code from JMX.classDslRuntimeControllerIs a controller that stops executing child elements when a period of time expires.classDslSimpleControllerBuilds a Simple Controller that allows defining new JMeter scope for other elements to apply.classDslTestFragmentControllerclassDslTransactionControllerAllows specifying JMeter transaction controllers which group different samples associated to same transaction.classDslWeightedSwitchControllerSelects a child in each iteration according to specified relative weights.classDslWhileControllerAllows running part of a test plan until a condition is met.classForLoopControllerAllows running part of a test plan a given number of times inside one thread group iteration.classPercentControllerAllows running only given percent of times given test plan elements. -
Uses of TestElementContainer in us.abstracta.jmeter.javadsl.core.samplers
Subclasses of TestElementContainer in us.abstracta.jmeter.javadsl.core.samplers 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 TestElementContainer in us.abstracta.jmeter.javadsl.core.testelements
Classes in us.abstracta.jmeter.javadsl.core.testelements with type parameters of type TestElementContainer Modifier and Type Class Description classTestElementContainer<T extends TestElementContainer<T,C>,C extends DslTestElement>Abstracts logic forDslTestElementthat can nest other test elements. -
Uses of TestElementContainer in us.abstracta.jmeter.javadsl.core.threadgroups
Subclasses of TestElementContainer in us.abstracta.jmeter.javadsl.core.threadgroups Modifier and Type Class Description classBaseThreadGroup<T extends BaseThreadGroup<T>>Contains common logic for all Thread Groups.classDslDefaultThreadGroupRepresents the standard thread group test element included by JMeter.classDslSetupThreadGroupA thread group that allows running any logic before any other thread group.classDslSimpleThreadGroup<T extends DslSimpleThreadGroup<T>>Contains common logic for thread groups that only require children in constructor and provide simple settings (like iterations, threads, etc).classDslTeardownThreadGroupA thread group that allows running any logic after any other thread group.classRpsThreadGroupConfigures a thread group which dynamically adapts the number of threads and pauses to match a given rps. -
Uses of TestElementContainer in us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup
Subclasses of TestElementContainer in us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup Modifier and Type Class Description classSimpleThreadGroupHelperclassUltimateThreadGroupHelper -
Uses of TestElementContainer in us.abstracta.jmeter.javadsl.http
Subclasses of TestElementContainer in us.abstracta.jmeter.javadsl.http 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.
-