Class FullNameGenerator

java.lang.Object
de.cuioss.test.generator.domain.FullNameGenerator
All Implemented Interfaces:
TypedGenerator<String>

public class FullNameGenerator extends Object implements TypedGenerator<String>
Generates name strings in the form of 'firstname lastname', depending on the given Locale
Author:
Oliver Wolff
  • Constructor Details

    • FullNameGenerator

      public FullNameGenerator(Locale locale)
      Parameters:
      locale - to be used for determining the concrete name-set. In case it is Locale.GERMAN german names will be generated, in all other cases english-names.
  • Method Details