jUnit版本为4.11时运行报java.lang.NoClassDefFoundError:org/hamcrest/SelfDescribing。原因:Hamcrest is no longer included in this jar.
解决办法:1.换个版本的jUnit。
2.或者像网上说的找不同的jar包拼起来,不过缺点是会有冲突的类。
本文出自 “ssh学习笔记” 博客,请务必保留此出处http://3544011.blog.51cto.com/3534011/1369442
jUnit4.11 报java.lang.NoClassDefFoundError:org/hamcrest/SelfDescribing,布布扣,bubuko.com
jUnit4.11 报java.lang.NoClassDefFoundError:org/hamcrest/SelfDescribing
原文:http://3544011.blog.51cto.com/3534011/1369442