java.lang.Object
de.cuioss.test.generator.domain.PersonGenerator
- All Implemented Interfaces:
TypedGenerator<Person>
Creates arbitrary
Person objects- Author:
- Oliver Wolff
-
Constructor Details
-
PersonGenerator
public PersonGenerator()
-
-
Method Details
-
next
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<Person>- Returns:
- a newly created instance
-