Package us.abstracta.jmeter.javadsl.core.testelements
-
Interface Summary Interface Description DslJsr223TestElement.Jsr223Script<V 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 Summary Class Description BaseTestElement Provides the basic logic for allDslTestElement.DslJsr223TestElement<T extends DslJsr223TestElement<T,V>,V extends DslJsr223TestElement.Jsr223ScriptVars> Abstracts common logic used by JSR223 test elements.DslJsr223TestElement.Jsr223DslLambdaTestElement<V extends DslJsr223TestElement.Jsr223ScriptVars> 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 forDslScopedTestElementmethod call builders.TestElementContainer<T extends TestElementContainer<T,C>,C extends DslTestElement> Abstracts logic forDslTestElementthat can nest other test elements. -
Enum Summary Enum Description DslScopedTestElement.Scope Specifies to which samples apply the regular extractor to.