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

com.github.fulrich.testcharged.generators.locations.LocationGenerators.scala Maven / Gradle / Ivy

package com.github.fulrich.testcharged.generators.locations


trait LocationGenerators {
  val street = StreetGenerators
  val city = CityGenerators
  val country = CountryGenerators
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy