| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.core.controllers |
| Modifier and Type | Method and Description |
|---|---|
static DslTransactionController |
JmeterDsl.transaction(String name,
BaseThreadGroup.ThreadGroupChild... children)
Builds a new transaction controller with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
DslTransactionController |
DslTransactionController.generateParentSample()
Specifies to create a sample result as parent of children samplers.
|
DslTransactionController |
DslTransactionController.generateParentSample(boolean enable)
Same as
generateParentSample() but allowing to enable or disable it. |
DslTransactionController |
DslTransactionController.includeTimersAndProcessorsTime()
Specifies to include time spent in timers and pre- and post-processors in sample results.
|
DslTransactionController |
DslTransactionController.includeTimersAndProcessorsTime(boolean enable)
Same as
includeTimersAndProcessorsTime() but allowing to enable or disable it. |
Copyright © 2023. All rights reserved.