如何让 "Migrate to JUnit 5" 选项出现在 Intellij IDEA 中?
How do I get the "Migrate to JUnit 5" option to appear in Intellij IDEA?
根据 these release notes Intellij 2017.3 及更高版本应该具有能够轻松从 JUnit 4 迁移到 JUnit 5 的功能(a.k.a。JUnit Jupiter)。
但是,我没有看到。我如何让它显示出来?
如果没有显示,则检查已关闭。您可以通过以下方式在“设置”中启用它:
Editor → Inspections → Java → JUnit → JUnit 4 test can be JUnit 5
此外,请确保 JUnit Jupiter 在您的类路径中。
根据 these release notes Intellij 2017.3 及更高版本应该具有能够轻松从 JUnit 4 迁移到 JUnit 5 的功能(a.k.a。JUnit Jupiter)。
但是,我没有看到。我如何让它显示出来?
如果没有显示,则检查已关闭。您可以通过以下方式在“设置”中启用它:
Editor → Inspections → Java → JUnit → JUnit 4 test can be JUnit 5
此外,请确保 JUnit Jupiter 在您的类路径中。