java.lang.Object
de.cuioss.test.generator.domain.EmailGenerator
- All Implemented Interfaces:
TypedGenerator<String>
Creates syntactically valid email-addresses
- Author:
- Oliver Wolff
-
Constructor Details
-
EmailGenerator
public EmailGenerator()
-
-
Method Details
-
next
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<String>- Returns:
- a newly created instance
-
createEmail
- Parameters:
firstname-lastname-- Returns:
- an email address created in the form of firstname.lastname@|email|mail|icw.de|org|com|net
-