78910111213
public class IndexPermutationsTest extends TestCase { public void testSizes() throws Exception { Approvals.verifyAll("type", new IndexPermutations(new Integer[]{3, 4, 1, 2})); }