java.lang.Object
de.cuioss.test.generator.impl.DecoratorGenerator<T>
- Type Parameters:
T- identifying the type of elements to be generated
- All Implemented Interfaces:
TypedGenerator<T>
Wrapper for decorating an already existing
TypedGenerator. This is
usually used for modeling corner cases.- Author:
- Oliver Wolff
-
Constructor Details
-
DecoratorGenerator
public DecoratorGenerator()
-
-
Method Details
-
next
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<T>- Returns:
- a newly created instance
-