public class DslSamplerWrapper extends BaseSampler<DslSamplerWrapper> implements TestElementWrapper<DslSamplerWrapper>
TestElementWrapper for JMeter samplers.BaseSampler.SamplerChildchildrenguiClass, name| Constructor and Description |
|---|
DslSamplerWrapper(String name,
org.apache.jmeter.samplers.Sampler testElement,
org.apache.jmeter.samplers.gui.AbstractSamplerGui guiComponent) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.jmeter.testelement.TestElement |
buildTestElement() |
DslSamplerWrapper |
prop(String name,
Object value)
Allows specifying a property to be set on wrapped test element.
|
childrenaddChildren, buildTreeUnderbuildConfiguredTestElement, buildTestElementGui, configureTestElement, durationToSeconds, showFrameWith, showInGui, showTestElementGuiclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildTreeUnder, showInGuipublic DslSamplerWrapper(String name, org.apache.jmeter.samplers.Sampler testElement, org.apache.jmeter.samplers.gui.AbstractSamplerGui guiComponent)
public DslSamplerWrapper prop(String name, Object value)
TestElementWrapperprop in interface TestElementWrapper<DslSamplerWrapper>name - is the name of the property to be set.value - is the value to be associated to the property.protected org.apache.jmeter.testelement.TestElement buildTestElement()
buildTestElement in class BaseTestElementCopyright © 2022. All rights reserved.