Class DecoratorGenerator<T>

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>

public class DecoratorGenerator<T> extends Object implements TypedGenerator<T>
Wrapper for decorating an already existing TypedGenerator. This is usually used for modeling corner cases.
Author:
Oliver Wolff