Searched refs:getCartesianProductOf (Results 1 – 3 of 3) sorted by relevance
16 Object result[] = Cartesian.getCartesianProductOf(null); in shouldReturnEmptyWhenNoArgumentsPassed()28 Object result[] = Cartesian.getCartesianProductOf(list); in shouldReturnInputWhenOneArgumentPassed()49 Object result[] = Cartesian.getCartesianProductOf(test); in shouldReturnProductOfTwoArrays()74 Object result[] = Cartesian.getCartesianProductOf(test); in shouldReturnProductOfThreeArrays()
25 return Cartesian.getCartesianProductOf(list); in getParameters()
8 static Object[] getCartesianProductOf(List<Object[]> array) { in getCartesianProductOf() method in Cartesian