Uses of Class
us.abstracta.jmeter.javadsl.core.controllers.DslTransactionController
-
Packages that use DslTransactionController Package Description us.abstracta.jmeter.javadsl us.abstracta.jmeter.javadsl.core.controllers -
-
Uses of DslTransactionController in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl that return DslTransactionController Modifier and Type Method Description static DslTransactionControllerJmeterDsl. transaction(String name, BaseThreadGroup.ThreadGroupChild... children)Builds a new transaction controller with the given name. -
Uses of DslTransactionController in us.abstracta.jmeter.javadsl.core.controllers
Methods in us.abstracta.jmeter.javadsl.core.controllers that return DslTransactionController Modifier and Type Method Description DslTransactionControllerDslTransactionController. generateParentSample()Specifies to create a sample result as parent of children samplers.DslTransactionControllerDslTransactionController. generateParentSample(boolean enable)Same asgenerateParentSample()but allowing to enable or disable it.DslTransactionControllerDslTransactionController. includeTimersAndProcessorsTime()Specifies to include time spent in timers and pre- and post-processors in sample results.DslTransactionControllerDslTransactionController. includeTimersAndProcessorsTime(boolean enable)Same asincludeTimersAndProcessorsTime()but allowing to enable or disable it.
-