Assert的方法assertArrayEquals: import org.junit.Assert; ... Assert.assertArrayEquals( expectedResult, result ); 如果此方法不可用,则可能是您不小心从中导入 ...
確定! 回上一頁