java.lang.Object
de.cuioss.test.generator.domain.FullNameGenerator
- All Implemented Interfaces:
TypedGenerator<String>
Generates name strings in the form of 'firstname lastname', depending on the
given
Locale- Author:
- Oliver Wolff
-
Constructor Details
-
FullNameGenerator
- Parameters:
locale- to be used for determining the concrete name-set. In case it isLocale.GERMANgerman names will be generated, in all other cases english-names.
-
-
Method Details
-
next
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<String>- Returns:
- a newly created instance
-