public class TestElementWrapperCallBuilder<T extends org.apache.jmeter.testelement.TestElement> extends SingleTestElementCallBuilder<T>
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
ignoredProperties |
testElementClassbuilderMethods| Constructor and Description |
|---|
TestElementWrapperCallBuilder(Class<T> testElementClass,
Class<? extends org.apache.jmeter.gui.JMeterGUIComponent> guiClass,
List<Method> builderMethods) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
buildMethodCall(T testElement,
MethodCallContext context) |
boolean |
matches(MethodCallContext context) |
buildMethodCallbuildMethodCall, getBuilderOptionName, order, propertyIterator2Streampublic boolean matches(MethodCallContext context)
matches in class SingleTestElementCallBuilder<T extends org.apache.jmeter.testelement.TestElement>protected MethodCall buildMethodCall(T testElement, MethodCallContext context)
buildMethodCall in class SingleTestElementCallBuilder<T extends org.apache.jmeter.testelement.TestElement>Copyright © 2023. All rights reserved.