This would work with JUnit 5: import static org.junit.jupiter.api.Assertions.*; assertArrayEquals(new int[]{1,2,3},new int[]{1,2,3});.
確定! 回上一頁