尝试使用Hamcrest assertThat断言检查空值,但不知道如何做? @Test public void testApp() { //ambiguous method call? assertThat(null, is(null)); } ...
確定! 回上一頁