the JUnit and Guava methods are structurally simple, this: assertNotNull(x) is treated similar to: assert x != null; However, in the hamcrest case some ...
確定! 回上一頁