junit-jupiter-engine v5.0.1 不适用于 eclipse Oxygen.3a 版本 (4.7.3a)
junit-jupiter-engine v5.0.1 not working with eclipse Oxygen.3a Release (4.7.3a)
我在 运行 junit 测试 class(问题标题中的版本)时偶然发现了这个异常。
正如我在这篇 中读到的,我必须升级到 eclipse Oxygen.3,我做到了,但仍然抛出相同的异常。
可能你的 pom 中缺少平台。
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>${junit.platform.version}</version>
<scope>test</scope>
</dependency>
我在 运行 junit 测试 class(问题标题中的版本)时偶然发现了这个异常。
正如我在这篇
可能你的 pom 中缺少平台。
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>${junit.platform.version}</version>
<scope>test</scope>
</dependency>