Uses of Class
us.abstracta.jmeter.javadsl.core.configs.DslCounter
-
Packages that use DslCounter Package Description us.abstracta.jmeter.javadsl us.abstracta.jmeter.javadsl.core.configs -
-
Uses of DslCounter in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl that return DslCounter Modifier and Type Method Description static DslCounterJmeterDsl. counter(String name)Builds a counter for easy usage of auto incremental numbers in test plans. -
Uses of DslCounter in us.abstracta.jmeter.javadsl.core.configs
Methods in us.abstracta.jmeter.javadsl.core.configs that return DslCounter Modifier and Type Method Description DslCounterDslCounter. increment(long inc)Specifies how much the counter will increase in each iteration.DslCounterDslCounter. maximumValue(long max)Specifies the maximum value of the counter.DslCounterDslCounter. perThread(boolean perThread)Specifies to use a separate counter for each thread.DslCounterDslCounter. startingValue(long start)Allows specifying the starting value of the counter.DslCounterDslCounter. startingValue(String start)Same asstartingValue(long)but allowing to use JMeter expressions for starting value.
-