testengine with id ‘junit-jupiter‘ failed to discover tests
【代码】testengine with id ‘junit-jupiter‘ failed to discover tests。
·
添加依赖:
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.7.2</version>
<scope>test</scope>
</dependency>

更多推荐




所有评论(0)