Uses of Class
us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet.Sharing
-
Packages that use DslCsvDataSet.Sharing Package Description us.abstracta.jmeter.javadsl.core.configs -
-
Uses of DslCsvDataSet.Sharing in us.abstracta.jmeter.javadsl.core.configs
Methods in us.abstracta.jmeter.javadsl.core.configs that return DslCsvDataSet.Sharing Modifier and Type Method Description static DslCsvDataSet.SharingDslCsvDataSet.Sharing. valueOf(String name)Returns the enum constant of this type with the specified name.static DslCsvDataSet.Sharing[]DslCsvDataSet.Sharing. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in us.abstracta.jmeter.javadsl.core.configs with parameters of type DslCsvDataSet.Sharing Modifier and Type Method Description DslCsvDataSetDslCsvDataSet. sharedIn(DslCsvDataSet.Sharing shareMode)Allows changing the way CSV file is consumed (shared) by threads.
-