Module de.cuioss.test.generator
Class CloningGenerator<T>
java.lang.Object
de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.CloningGenerator<T>
- Type Parameters:
T- Type of the prototype object
- All Implemented Interfaces:
Generator<T>
A cloning generator which uses object serialization to create clones of the
prototype object. For each call of
next() a new copy
of the prototype will be generated.-
Constructor Summary
Constructors -
Method Summary