public class DslThreadGroupWrapper extends BaseThreadGroup<DslThreadGroupWrapper> implements TestElementWrapper<DslThreadGroupWrapper>
TestElementWrapper for JMeter thread groups.| Modifier and Type | Class and Description |
|---|---|
static class |
DslThreadGroupWrapper.CodeBuilder |
BaseThreadGroup.SampleErrorAction, BaseThreadGroup.ThreadGroupChild| Modifier and Type | Field and Description |
|---|---|
protected TestElementWrapperHelper<org.apache.jmeter.threads.AbstractThreadGroup> |
helper |
sampleErrorActionchildrenguiClass, name| Constructor and Description |
|---|
DslThreadGroupWrapper(String name,
org.apache.jmeter.threads.AbstractThreadGroup testElement,
org.apache.jmeter.threads.gui.AbstractThreadGroupGui guiComponent) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.jmeter.threads.AbstractThreadGroup |
buildThreadGroup() |
DslThreadGroupWrapper |
prop(String name,
Object value)
Allows specifying a property to be set on wrapped test element.
|
buildTestElement, children, sampleErrorActionbuildTreeUnderbuildConfiguredTestElement, buildTestElementGui, configureTestElement, durationToSeconds, loadBeanProperties, showAndWaitFrameWith, showFrameWith, showInGui, showTestElementGuiclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildTreeUnder, showInGuiprotected final TestElementWrapperHelper<org.apache.jmeter.threads.AbstractThreadGroup> helper
public DslThreadGroupWrapper(String name, org.apache.jmeter.threads.AbstractThreadGroup testElement, org.apache.jmeter.threads.gui.AbstractThreadGroupGui guiComponent)
public DslThreadGroupWrapper prop(String name, Object value)
TestElementWrapperprop in interface TestElementWrapper<DslThreadGroupWrapper>name - is the name of the property to be set.value - is the value to be associated to the property.protected org.apache.jmeter.threads.AbstractThreadGroup buildThreadGroup()
buildThreadGroup in class BaseThreadGroup<DslThreadGroupWrapper>Copyright © 2023. All rights reserved.