在使用Junit进行测试时,出现如下问题:

找不到junit.framework.testcase

 解决方法:

选中项目->属性->Java构建路径->库->添加外部jar

在eclipse的安装目录中找到

eclipse/plugins/org.junit_3.8.1/junit.jar

添加上就可以了。

相关文章:

  • 2021-07-26
  • 2021-11-04
  • 2021-11-26
猜你喜欢
  • 2022-12-23
  • 2021-05-12
  • 2022-12-23
  • 2021-06-22
  • 2021-09-19
  • 2021-07-30
相关资源
相似解决方案