**已关闭。**此问题需要debugging details。当前不接受答案。
编辑问题以包含desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem。这将有助于其他人回答问题。
5天前关闭。
Improve this question
我在上大学,我必须提交一个项目。我在导入Assertj和JUnit时遇到了问题。我会在下面留下一些我的问题的图片。
如果有人能帮助我,我将非常感激!谢谢!
2条答案
按热度按时间tpgth1q71#
我不知道为什么,但有时不包括范围将使它的工作。
htzpubme2#
您需要将junit和assertj jar文件都添加到类路径中。(Intellij包含junit库,但您必须单独下载assertj,并将它们作为依赖项添加,如here所述),或者使用从中央存储库下载依赖项的构建系统,然后您可以使用get intellij to use your
pom.xml
(maven构建配置),因此仍然可以从IDE中运行所有内容。一个平凡的pom可能如下所示: