Interface MultiLevelTestElement
-
- All Superinterfaces:
BaseSampler.SamplerChild,BaseThreadGroup.ThreadGroupChild,DslTestElement,DslTestPlan.TestPlanChild
- All Known Subinterfaces:
DslAssertion,DslConfig,DslListener,DslPostProcessor,DslPreProcessor,DslTimer
- All Known Implementing Classes:
AutoEnabledHttpConfigElement,AutoStopListener,BaseConfigElement,BaseListener,BaseTimer,DslAuthManager,DslBackendListener,DslBoundaryExtractor,DslCacheManager,DslConstantTimer,DslCookieManager,DslCounter,DslCsvDataSet,DslDebugPostProcessor,DslHttpDefaults,DslJsonAssertion,DslJsonExtractor,DslJsr223PostProcessor,DslJsr223PreProcessor,DslRegexExtractor,DslResponseAssertion,DslSynchronizingTimer,DslThroughputTimer,DslUniformRandomTimer,DslVariableExtractor,DslVariables,DslViewResultsTree,DslVisualizer,GraphiteBackendListener,HtmlReporter,HttpHeaders,InfluxDbBackendListener,JtlWriter,ResponseFileSaver
public interface MultiLevelTestElement extends DslTestPlan.TestPlanChild, BaseThreadGroup.ThreadGroupChild, BaseSampler.SamplerChild
This is just a simple interface to avoid code duplication for test elements that apply at different levels of a test plan (at test plan, thread group or as sampler child).- Since:
- 0.11
-
-
Method Summary
-
Methods inherited from interface us.abstracta.jmeter.javadsl.core.DslTestElement
buildTreeUnder, showInGui
-
-