Package de.cuioss.test.generator.domain
Class UUIDStringGenerator
- java.lang.Object
-
- de.cuioss.test.generator.domain.UUIDStringGenerator
-
- All Implemented Interfaces:
TypedGenerator<String>
public class UUIDStringGenerator extends Object implements TypedGenerator<String>
Creates instrances of random uid-strings- Author:
- Oliver Wolff
-
-
Constructor Summary
Constructors Constructor Description UUIDStringGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<String>getType()Stringnext()Generates the next instance.
-
-
-
Constructor Detail
-
UUIDStringGenerator
public UUIDStringGenerator()
-
-
Method Detail
-
next
public String next()
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<String>- Returns:
- a newly created instance
-
-