public static class DslConstantTimer.CodeBuilder extends SingleTestElementCallBuilder<org.apache.jmeter.timers.ConstantTimer>
testElementClass
builderMethods
Constructor and Description |
---|
CodeBuilder(List<Method> builderMethods) |
Modifier and Type | Method and Description |
---|---|
protected MethodCall |
buildMethodCall(org.apache.jmeter.timers.ConstantTimer testElement,
MethodCallContext context)
Builds a
MethodCall for the given test element. |
buildMethodCall, matches
buildMethodCall, getBuilderOptionName, order, propertyIterator2Stream
protected MethodCall buildMethodCall(org.apache.jmeter.timers.ConstantTimer testElement, MethodCallContext context)
SingleTestElementCallBuilder
MethodCall
for 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.
buildMethodCall
in class SingleTestElementCallBuilder<org.apache.jmeter.timers.ConstantTimer>
testElement
- is the test element instance to build the MethodCall for.context
- is the context of the method call.Copyright © 2023. All rights reserved.