Class DslSimpleThreadGroup.SimpleThreadGroupCodeBuilder<T extends org.apache.jmeter.testelement.TestElement>
- java.lang.Object
-
- us.abstracta.jmeter.javadsl.codegeneration.MethodCallBuilder
-
- us.abstracta.jmeter.javadsl.codegeneration.SingleTestElementCallBuilder<T>
-
- us.abstracta.jmeter.javadsl.core.threadgroups.DslSimpleThreadGroup.SimpleThreadGroupCodeBuilder<T>
-
- Direct Known Subclasses:
DslSetupThreadGroup.CodeBuilder,DslTeardownThreadGroup.CodeBuilder
- Enclosing class:
- DslSimpleThreadGroup<T extends DslSimpleThreadGroup<T>>
protected abstract static class DslSimpleThreadGroup.SimpleThreadGroupCodeBuilder<T extends org.apache.jmeter.testelement.TestElement> extends SingleTestElementCallBuilder<T>
-
-
Field Summary
-
Fields inherited from class us.abstracta.jmeter.javadsl.codegeneration.SingleTestElementCallBuilder
testElementClass
-
Fields inherited from class us.abstracta.jmeter.javadsl.codegeneration.MethodCallBuilder
builderMethods
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MethodCallbuildMethodCall(T testElement, MethodCallContext context)Builds aMethodCallfor the given test element.-
Methods inherited from class us.abstracta.jmeter.javadsl.codegeneration.SingleTestElementCallBuilder
buildMethodCall, matches
-
Methods inherited from class us.abstracta.jmeter.javadsl.codegeneration.MethodCallBuilder
buildMethodCall, getBuilderOptionName, order, propertyIterator2Stream
-
-
-
-
Method Detail
-
buildMethodCall
protected MethodCall buildMethodCall(T testElement, MethodCallContext context)
Description copied from class:SingleTestElementCallBuilderBuilds aMethodCallfor the given test element.When this method is invoked, the test element has already been checked to be of the proper type, so no further checking in that regard should be needed.
- Specified by:
buildMethodCallin classSingleTestElementCallBuilder<T extends org.apache.jmeter.testelement.TestElement>- Parameters:
testElement- is the test element instance to build the MethodCall for.context- is the context of the method call.- Returns:
- the generated MethodCall instance.
-
-