public class DslUniformRandomTimer extends BaseTimer
The pause calculated by the timer will be applied after samplers pre-processors execution and before actual sampling.
Take into consideration that timers applies to all samplers in their scope: if added at test plan level, it will apply to all samplers in test plan; if added at thread group level, it will apply only to samples in such thread group; if added as child of a sampler, it will only apply to that sampler.
| Modifier and Type | Class and Description |
|---|---|
static class |
DslUniformRandomTimer.CodeBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
maximum |
protected Duration |
minimum |
guiClass, name| Constructor and Description |
|---|
DslUniformRandomTimer(Duration minimum,
Duration maximum) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.jmeter.testelement.TestElement |
buildTestElement() |
buildConfiguredTestElement, buildTestElementGui, buildTreeUnder, configureTestElement, durationToSeconds, loadBeanProperties, showAndWaitFrameWith, showFrameWith, showInGui, showTestElementGuiclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildTreeUnder, showInGuiprotected org.apache.jmeter.testelement.TestElement buildTestElement()
buildTestElement in class BaseTestElementCopyright © 2023. All rights reserved.