Class DummyGenerator<T>
java.lang.Object
de.cuioss.test.valueobjects.generator.impl.DummyGenerator<T>
- Type Parameters:
T
- identifying the type of objects to be generated
- All Implemented Interfaces:
de.cuioss.test.generator.TypedGenerator<T>
Dummy variant of
TypedGenerator
that are used in some corner cases,
where you need a TypedGenerator
for a contract, but do not need the
generated values.- Author:
- Oliver Wolff
-
Constructor Details
-
DummyGenerator
public DummyGenerator()
-
-
Method Details
-
next
- Specified by:
next
in interfacede.cuioss.test.generator.TypedGenerator<T>
-