本文介绍了如何在 IntelliJ IDEA 中指定 JUnit 应该使用哪个 @Tag的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有办法从 IntelliJ 的 JUnit5 Runner 中的构建中指定只应测试具有特定 @Tag 的测试方法(或相反,应执行除具有特定 @Tag 的测试之外的所有测试)?
Is there a way to specify from the build in JUnit5 Runner of IntelliJ that only test methods with specific @Tag should be tested (or the opposite, that all tests except those with a specific @Tag, should be executed)?
我知道如何使用 maven,但仅使用 IntelliJ UI 是否可行?
I know how to do it with maven, but is it possible with just the IntelliJ UI?
最好的问候,节食者
推荐答案
With https://youtrack.jetbrains.com/issue/IDEA-163481 已修复,现在可以从 IJ 2018.1 开始 - 有关详细信息,请参阅 @Nicolau 的回答.
With https://youtrack.jetbrains.com/issue/IDEA-163481 fixed, it is now possible since IJ 2018.1 -- for details see @Nicolau 's answer.
这篇关于如何在 IntelliJ IDEA 中指定 JUnit 应该使用哪个 @Tag的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!