| Interface | Description |
|---|---|
| DslJsr223TestElement.Jsr223Script<T extends DslJsr223TestElement.Jsr223ScriptVars> | |
| MultiLevelTestElement |
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).
|
| Class | Description |
|---|---|
| BaseTestElement |
Provides the basic logic for all
DslTestElement. |
| DslJsr223TestElement<T extends DslJsr223TestElement<T>> |
Abstracts common logic used by JSR223 test elements.
|
| DslJsr223TestElement.Jsr223ScriptVars | |
| DslJsr223TestElement.Jsr223TestElementCallBuilder<T extends org.apache.jmeter.testelement.TestElement> | |
| DslScopedTestElement<T extends DslScopedTestElement<T>> |
Contains common logic for test elements that only process certain samples.
|
| DslScopedTestElement.ScopedTestElementCallBuilder<T extends org.apache.jmeter.testelement.TestElement> |
Abstracts common logic for
DslScopedTestElement method call
builders. |
| TestElementContainer<T extends TestElementContainer<T,C>,C extends DslTestElement> |
Abstracts logic for
DslTestElement that can nest other test elements. |
| Enum | Description |
|---|---|
| DslScopedTestElement.Scope |
Specifies to which samples apply the regular extractor to.
|
Copyright © 2023. All rights reserved.