We can make use of the Hamcrest CoreMatchers class for empty String checking: assertThat(text, CoreMatchers.not(isEmptyString()));. The ...
確定! 回上一頁