Beispiel #1
0
 @Test
 public void testGetArray() throws Exception {
   Assert.assertEquals(f.getArray(new int[] {2, 5, 5}), new int[] {2, 5, 6});
 }