Test; public class PlusOneTest { @Test public void test() { PlusOne obj = new PlusOne(); assertArrayEquals(new int[] {1, 2, 4}, obj.
確定! 回上一頁