List<String> list = Arrays.asList("Andrew", "Chen");assertFalse(list.isEmpty()); · import static org.junit.Assert.assertThat;
確定! 回上一頁