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