| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.core.configs |
| Modifier and Type | Method and Description |
|---|---|
static DslCounter |
JmeterDsl.counter(String name)
Builds a counter for easy usage of auto incremental numbers in test plans.
|
| Modifier and Type | Method and Description |
|---|---|
DslCounter |
DslCounter.increment(long inc)
Specifies how much the counter will increase in each iteration.
|
DslCounter |
DslCounter.maximumValue(long max)
Specifies the maximum value of the counter.
|
DslCounter |
DslCounter.perThread(boolean perThread)
Specifies to use a separate counter for each thread.
|
DslCounter |
DslCounter.startingValue(long start)
Allows specifying the starting value of the counter.
|
DslCounter |
DslCounter.startingValue(String start)
Same as
startingValue(long) but allowing to use JMeter expressions for starting
value. |
Copyright © 2024. All rights reserved.