Intellij IDEA junit 使用之org.junit不存在
这个链接的解决方法很有用:https://blog.csdn.net/he99774/article/details/78254262
这个链接也是:https://blog.csdn.net/qq_27937043/article/details/79484319
下面是我自己的解决方法:
1、同理打开:File–>project Structure–>librabries–> 点击左上角+号–>From Maven
2、输入 junit-4.12
3 、确定即可
相关文章