Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在运行 junit 测试类(有问题的版本标题)时偶然发现了这个异常。
正如我在这个线程中读到的,我必须升级到 Eclipse Oxygen.3,我做到了,但仍然抛出了相同的异常。
也许您的 pom.xml 中缺少该平台。
<dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-launcher</artifactId> <version>${junit.platform.version}</version> <scope>test</scope> </dependency>