public class ParameterGenerator extends Object
Modifier and Type | Method and Description |
---|---|
static List<Object[]> |
allCombinations(List<?>... args) |
static List<Object[]> |
allCombinations(List<Object[]> a,
List<?> b) |
static <T> List<T[]> |
allTypedCombinations(Class<T> clazz,
List<? extends T>... args) |
Copyright © 2016 Actian Corporation. All rights reserved.