Uses of Class
de.cuioss.test.generator.impl.PrimitiveArrayGenerators
-
Packages that use PrimitiveArrayGenerators Package Description de.cuioss.test.generator.impl -
-
Uses of PrimitiveArrayGenerators in de.cuioss.test.generator.impl
Methods in de.cuioss.test.generator.impl that return PrimitiveArrayGenerators Modifier and Type Method Description static PrimitiveArrayGeneratorsPrimitiveArrayGenerators. resolveForType(Class<?> primitiveType)Returns aPrimitiveArrayGeneratorsfor the given primitive type.static PrimitiveArrayGeneratorsPrimitiveArrayGenerators. valueOf(String name)Returns the enum constant of this type with the specified name.static PrimitiveArrayGenerators[]PrimitiveArrayGenerators. values()Returns an array containing the constants of this enum type, in the order they are declared.
-