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

com.github.fulrich.testcharged.generators.numerics.NumericGenerators.scala Maven / Gradle / Ivy

package com.github.fulrich.testcharged.generators.numerics


trait NumericGenerators {
  val short: NumericGenerator[Short] = ShortGenerators
  val int: NumericGenerator[Int] = IntGenerators
  val long: NumericGenerator[Long] = LongGenerators
  val double: NumericGenerator[Double] = DoubleGenerators
  val float: NumericGenerator[Float] = FloatGenerators
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy