Package de.cuioss.test.generator.domain
Class StreetGenerator
- java.lang.Object
-
- de.cuioss.test.generator.domain.StreetGenerator
-
- All Implemented Interfaces:
TypedGenerator<String>
public class StreetGenerator extends Object implements TypedGenerator<String>
Generator for some German Streets with Housenumber.- Author:
- Oliver Wolff
-
-
Constructor Summary
Constructors Constructor Description StreetGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<String>getType()Stringnext()Generates the next instance.
-
-
-
Constructor Detail
-
StreetGenerator
public StreetGenerator()
-
-
Method Detail
-
next
public String next()
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<String>- Returns:
- a newly created instance
-
-