- java.lang.Object
-
- com.pervasive.datarush.testutils.ParameterGenerator
-
public class ParameterGenerator extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-