Class RoundRobinGenerator<T>
- java.lang.Object
-
- de.cuioss.test.generator.internal.net.java.quickcheck.generator.support.RoundRobinGenerator<T>
-
- All Implemented Interfaces:
Generator<T>
public class RoundRobinGenerator<T> extends Object implements Generator<T>
-
-
Constructor Summary
Constructors Constructor Description RoundRobinGenerator(List<Generator<T>> generators)
-