Package io.github.cjstehno.testthings.rando
package io.github.cjstehno.testthings.rando
-
ClassDescriptionDefines the core randomizers.A collection of randomizers for generating numbers.Randomizers useful for generating more complex objects using the injector framework.A randomizer used to generate random
Person
instances from the fixtures.Randomizer<T>`Randomizer` implementations are used to produce random instances of the specified object type on-demand.A thread-safe "random" number generated similar to theThreadLocalRandom
, but with the ability to have its seed changed after construction.A collection of randomizers for generating strings.