public class DslControllerWrapper extends BaseController implements TestElementWrapper<DslControllerWrapper>
TestElementWrapper for JMeter controllers.childrenguiClass, name| Constructor and Description |
|---|
DslControllerWrapper(String name,
org.apache.jmeter.control.Controller testElement,
org.apache.jmeter.control.gui.AbstractControllerGui guiComponent) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.jmeter.testelement.TestElement |
buildTestElement() |
DslControllerWrapper |
children(BaseThreadGroup.ThreadGroupChild... children)
Allows specifying controller children elements (samplers, listeners, post processors, etc.).
|
DslControllerWrapper |
prop(String name,
Object value)
Allows specifying a property to be set on wrapped test element.
|
addChildren, buildTreeUnderbuildConfiguredTestElement, buildTestElementGui, configureTestElement, durationToSeconds, showFrameWith, showInGui, showTestElementGuiclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildTreeUnder, showInGuipublic DslControllerWrapper(String name, org.apache.jmeter.control.Controller testElement, org.apache.jmeter.control.gui.AbstractControllerGui guiComponent)
public DslControllerWrapper prop(String name, Object value)
TestElementWrapperprop in interface TestElementWrapper<DslControllerWrapper>name - is the name of the property to be set.value - is the value to be associated to the property.public DslControllerWrapper children(BaseThreadGroup.ThreadGroupChild... children)
children - list of test elements to add as children of the controller.protected org.apache.jmeter.testelement.TestElement buildTestElement()
buildTestElement in class BaseTestElementCopyright © 2022. All rights reserved.