junit 单元测试报错java.lang.NoClassDefFoundError

Posted java李阳勇

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了junit 单元测试报错java.lang.NoClassDefFoundError相关的知识,希望对你有一定的参考价值。

查看版本 junit-4.11以上版本不在包含hamcrest。

解决方法:

下载 junit-4.11以下版本或下载hamcrest-core-1.3.jar驱动包

 

以上是关于junit 单元测试报错java.lang.NoClassDefFoundError的主要内容,如果未能解决你的问题,请参考以下文章

JUnit 报错 method initializationerror not found:JUnit4单元测试报错问题

junit 单元测试报错java.lang.NoClassDefFoundError

[转]method initializationerror not found:JUnit4单元测试报错问题

错误记录Android 单元测试报错 ( ExampleUnitTest.kt: (3, 12): Unresolved reference: junit / Test / assertEqu )

如何解决JUnit4单元测试报错 :method initializationerror not found

junit单元测试报错:java.lang.NoClassDefFoundError: org/hamcrest/SelfDescribing