可能少了hamcrest-library jar依赖包,pom文件加入如下配置或者下载这个包试试
<dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest-library</artifactId> <version>1.3</version> </dependency>