public abstract class DslVisualizer extends BaseListener
guiClass, name| Constructor and Description |
|---|
DslVisualizer(String name,
Class<? extends org.apache.jmeter.gui.JMeterGUIComponent> guiClass) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jorphan.collections.HashTree |
buildTreeUnder(org.apache.jorphan.collections.HashTree parent,
BuildTreeContext context)
Builds the JMeter HashTree for this TestElement under the provided tree node.
|
protected void |
logNonGuiExecutionWarning() |
buildConfiguredTestElement, buildTestElement, buildTestElementGui, configureTestElement, durationToSeconds, loadBeanProperties, showAndWaitFrameWith, showFrameWith, showInGui, showTestElementGuiclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshowInGuipublic org.apache.jorphan.collections.HashTree buildTreeUnder(org.apache.jorphan.collections.HashTree parent,
BuildTreeContext context)
DslTestElementbuildTreeUnder in interface DslTestElementbuildTreeUnder in class BaseTestElementparent - the node which will be the parent for the created tree.context - context information which contains information shared by elements while building
the test plan tree (eg: adding additional items to test plan when a particular protocol element
is added).protected void logNonGuiExecutionWarning()
Copyright © 2024. All rights reserved.