All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.tinkoff.gatling.feeders.RandomDigitFeeder.scala Maven / Gradle / Ivy

The newest version!
package ru.tinkoff.gatling.feeders

import io.gatling.core.feeder.Feeder
import ru.tinkoff.gatling.utils.RandomDataGenerators

object RandomDigitFeeder {

  def apply(paramName: String): Feeder[Int] =
    feeder[Int](paramName)(RandomDataGenerators.randomDigit())

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy