31323334353637
public static Slicer slice(List<List<String>> stringLists) { return slice(new Grid(stringLists)); } public Iterator<Object[]> asParametersFor(Method method) { return new GridRowIterator<Object[]>(grid, new MethodParameterRowConverter(method)); }