JUnit 原生: List<String> list = Arrays.asList("Andrew", "Chen");assertFalse(list.isEmpty()); assertTrue(list.contains("Andrew") ...
確定! 回上一頁