Interface BaseThreadGroup.ThreadGroupChild
-
- All Superinterfaces:
DslTestElement
- All Known Subinterfaces:
DslAssertion,DslConfig,DslController,DslListener,DslPostProcessor,DslPreProcessor,DslSampler,DslTimer,MultiLevelTestElement
- All Known Implementing Classes:
AutoEnabledHttpConfigElement,AutoStopListener,BaseConfigElement,BaseController,BaseListener,BaseSampler,BaseTimer,DslAuthManager,DslBackendListener,DslBaseHttpSampler,DslBoundaryExtractor,DslCacheManager,DslConstantTimer,DslCookieManager,DslCounter,DslCsvDataSet,DslDebugPostProcessor,DslDummySampler,DslFlowControlAction,DslForEachController,DslHttpDefaults,DslHttpSampler,DslIfController,DslJsonAssertion,DslJsonExtractor,DslJsr223PostProcessor,DslJsr223PreProcessor,DslJsr223Sampler,DslOnceOnlyController,DslRecordingController,DslRegexExtractor,DslResponseAssertion,DslRuntimeController,DslSimpleController,DslSynchronizingTimer,DslTestFragmentController,DslThroughputTimer,DslTransactionController,DslUniformRandomTimer,DslVariableExtractor,DslVariables,DslViewResultsTree,DslVisualizer,DslWeightedSwitchController,DslWhileController,ForLoopController,GraphiteBackendListener,HtmlReporter,HttpHeaders,InfluxDbBackendListener,JtlWriter,PercentController,ResponseFileSaver
- Enclosing class:
- BaseThreadGroup<T extends BaseThreadGroup<T>>
public static interface BaseThreadGroup.ThreadGroupChild extends DslTestElement
Test elements that can be added as direct children of a thread group in jmeter should implement this interface.
-
-
Method Summary
-
Methods inherited from interface us.abstracta.jmeter.javadsl.core.DslTestElement
buildTreeUnder, showInGui
-
-