作者:俊铭心怡雅琪 | 来源:互联网 | 2023-09-01 15:54
ImtryingtoconverttoJUnit5versioninsideIntelliJCE2017.2.3andexperiencingthefollowing:
I'm trying to convert to JUnit 5 version inside IntelliJ CE 2017.2.3 and experiencing the following:
我正在尝试在IntelliJ CE 2017.2.3中转换为JUnit 5版本并体验以下内容:
Same tests ran with JUnit 4, the error manifests itself only with the upgrade.
使用JUnit 4运行相同的测试,错误仅在升级时显示。
The pom.xml portion:
pom.xml部分:
org.junit.jupiter
junit-jupiter-api
RELEASE
These Java snippets might be relevant:
这些Java代码段可能是相关的:
What am I doing wrong?
我究竟做错了什么?
1 个解决方案