public static class DslCookieManager.CodeBuilder extends AutoEnabledHttpConfigElement.CodeBuilder<org.apache.jmeter.protocol.http.control.CookieManager>
testElementClass
builderMethods
Constructor and Description |
---|
CodeBuilder(List<Method> builderMethods) |
Modifier and Type | Method and Description |
---|---|
protected MethodCall |
buildMethodCall(MethodCallContext context)
Generates the method call instance for the particular DSL test element.
|
buildMethodCall, registerDependency
matches
buildMethodCall, getBuilderOptionName, order, propertyIterator2Stream
protected MethodCall buildMethodCall(MethodCallContext context)
MethodCallBuilder
You can check DslTestPlan.CodeBuilder
to get an idea
of how a general implementation of this method looks like
If you find a scenario where your MethodCallBuilder applies to the given context, but no code
has to be generated for it, then use MethodCall.emptyCall()
to return a call that
generates no code.
buildMethodCall
in class SingleTestElementCallBuilder<org.apache.jmeter.protocol.http.control.CookieManager>
context
- provides all information that might be required to generate the method call. For
example: JMeter test plan tree node test element, parent context, a map of
entries to host custom information, etc.Copyright © 2023. All rights reserved.