| Comment |
Allows specifying a comment to be added to generated code.
|
| DslCodeGenerator |
Generates DSL code from JMX files.
|
| Indentation |
Handles code indentation logic.
|
| MethodCall |
Represents a method call, it's parameters and chained invocations.
|
| MethodCallBuilder |
Builds a method call for a particular DSL test element.
|
| MethodCallContext |
Contains information and logic needed by MethodCallBuilder instances to create
MethodCalls for a given JMeter test plan subtree.
|
| MethodParam |
Generates code for a MethodCall parameter.
|
| SingleGuiClassCallBuilder |
Abstracts common logic for usual scenario where MethodCallBuilders apply to test elements
associated to certain JMeter Gui component.
|
| SingleTestElementCallBuilder<T extends org.apache.jmeter.testelement.TestElement> |
Abstracts common logic for usual scenario where MethodCallBuilders apply to only one type of
JMeter test element.
|
| TestClassTemplate |
Handles resolution of junit 5 test class code generation.
|
| TestElementParamBuilder |
Is a wrapper class for TestElement for easy creation of MethodParam instances.
|