junit4 中assertThat 的一些常用函数无法使用
junit4中新的断言assertThat很好用,但是有一些函数例如:
hasKey(“key”)
hasEntry("key","value")
hasValue("value")
根本无法使用,原因是缺少jar包,需要导入hamcrest-all.jar
junit4中新的断言assertThat很好用,但是有一些函数例如:
hasKey(“key”)
hasEntry("key","value")
hasValue("value")
根本无法使用,原因是缺少jar包,需要导入hamcrest-all.jar