public abstract static class AutoEnabledHttpConfigElement.CodeBuilder<T extends org.apache.jmeter.testelement.TestElement> extends SingleTestElementCallBuilder<T>
testElementClassbuilderMethods| Constructor and Description |
|---|
CodeBuilder(Class<T> testElementClass,
List<Method> builderMethods) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
buildMethodCall(T testElement,
MethodCallContext context)
Builds a
MethodCall for the given test element. |
void |
registerDependency(MethodCallContext context,
MethodCall call) |
buildMethodCall, matchesbuildMethodCall, getBuilderOptionName, order, propertyIterator2Streampublic void registerDependency(MethodCallContext context, MethodCall call)
protected MethodCall buildMethodCall(T 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<T extends org.apache.jmeter.testelement.TestElement>testElement - is the test element instance to build the MethodCall for.context - is the context of the method call.Copyright © 2024. All rights reserved.