Package de.cuioss.test.generator.impl
Class URLGenerator
- java.lang.Object
-
- de.cuioss.test.generator.impl.URLGenerator
-
- All Implemented Interfaces:
TypedGenerator<URL>
public class URLGenerator extends Object implements TypedGenerator<URL>
TypedGeneratorfor generating basicURLs- Author:
- Oliver Wolff
-
-
Constructor Summary
Constructors Constructor Description URLGenerator()
-
-
-
Constructor Detail
-
URLGenerator
public URLGenerator()
-
-
Method Detail
-
next
public URL next()
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<URL>- Returns:
- a newly created instance
-
-