Object isNull = bla; assertThat(isNull, is(not(nullValue())));. As you can see, in the first example, from just reading the assert method name, ...
確定! 回上一頁