| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.core.postprocessors |
| Modifier and Type | Method and Description |
|---|---|
static DslDebugPostProcessor |
JmeterDsl.debugPostProcessor()
Builds a Debug post processor which is helpful to collect debugging information from test plans
executions.
|
| Modifier and Type | Method and Description |
|---|---|
DslDebugPostProcessor |
DslDebugPostProcessor.jmeterProperties()
Specifies to include JMeter properties (test plan parameters, or info shared by threads) in sub
sample response body.
|
DslDebugPostProcessor |
DslDebugPostProcessor.jmeterProperties(boolean include)
Specifies if JMeter properties (test plan parameters, or info shared by threads) should or not
be included in sub sample response body.
|
DslDebugPostProcessor |
DslDebugPostProcessor.jmeterVariables(boolean include)
Specifies if JMeter variables should or not be included in sub sample response body.
|
DslDebugPostProcessor |
DslDebugPostProcessor.samplerProperties()
Specifies to include parent sampler properties (parameters of the sampler) in sub sample
response body.
|
DslDebugPostProcessor |
DslDebugPostProcessor.samplerProperties(boolean include)
Specifies if parent sampler properties (parameters of the sampler) should or not be included in
sub sample response body.
|
DslDebugPostProcessor |
DslDebugPostProcessor.systemProperties()
Specifies to include system properties (JVM parameters and properties) in sub sample response
body.
|
DslDebugPostProcessor |
DslDebugPostProcessor.systemProperties(boolean include)
Specifies if system properties (JVM parameters and properties) should or not be included in sub
sample response body.
|
Copyright © 2023. All rights reserved.