Class ArraysGenerator<T,C>

java.lang.Object
de.cuioss.test.valueobjects.generator.dynamic.impl.ArraysGenerator<T,C>
Type Parameters:
T - identifying the concrete Array-type
C - identifying the componentType of the array
All Implemented Interfaces:
de.cuioss.test.generator.TypedGenerator<T>

public class ArraysGenerator<T,C> extends Object implements de.cuioss.test.generator.TypedGenerator<T>
Generator for different types of arrays.
Author:
Oliver Wolff