编程语言
首页 > 编程语言> > java 单元测试 No tests were found 和 org.junit.platform.commons.JUnitException: TestEngine with ID '

java 单元测试 No tests were found 和 org.junit.platform.commons.JUnitException: TestEngine with ID '

作者:互联网

      解决方法:   1、试过重建 module,不行。   2、试过 maven clean 、刷新、install 等,也不行。   3、重建 module,不同的模块名,行!   4、怀疑某个配置导致,ctrl + shift + r 搜索模块名,但发现没有什么蹊跷和关联了。   5、怀疑是 .idea 的问题,但不敢乱删除。先关机上班。   6、开机上班,打开 idea,右键 .idea 选择 Reload from disk ,重试了一下,问题解决。

标签:TestEngine,tests,idea,module,上班,模块,junit
来源: https://www.cnblogs.com/CyLee/p/15122149.html