java.lang.Object
de.cuioss.test.generator.impl.URLGenerator
- All Implemented Interfaces:
TypedGenerator<URL>
TypedGenerator for generating basic URLs- Author:
- Oliver Wolff
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
URLGenerator
public URLGenerator()
-
-
Method Details
-
next
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<URL>- Returns:
- a newly created instance
-
getType
- Specified by:
getTypein interfaceTypedGenerator<URL>- Returns:
- class information; which type this generator is responsible for.
-