Junit4與harmcrest中核心類的改變

iteye_3018發表於2011-03-28
harmcrest的核心類從Matchers轉為CoreMatchers。

使用者在使用的時候需要注意更新。

當使用assertThat時,靜態匯入時,匯入的路徑變為:
import static org.hamcrest.CoreMatchers.*;

相關文章