Class PersonRandomizer
java.lang.Object
io.github.cjstehno.testthings.rando.PersonRandomizer
- All Implemented Interfaces:
Randomizer<Person>
A randomizer used to generate random
Person
instances from the fixtures.-
Constructor Details
-
PersonRandomizer
public PersonRandomizer()
-
-
Method Details
-
one
Description copied from interface:Randomizer
Used to generate a single random instance of the target class.- Specified by:
one
in interfaceRandomizer<Person>
- Returns:
- a random instance of the target class
-