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:RandomizerUsed to generate a single random instance of the target class.- Specified by:
onein interfaceRandomizer<Person>- Returns:
- a random instance of the target class
-