可靠鞋垫

文章
6
资源
0
加入时间
2年10月17天

no tests found with test runner junit5 异常

写测试类的时候运行出现 no tests found with test runner junit5 异常,尝试修改按照 junit4运行还是错误,只是错误信息变成no tests found with test runner junit4,检查了pom和已经下载的jar,发现junit4和5的jar都有,另外运行其他的单元测试可以执行,最后发现问题,是写测试类忘了改名字了,正式类 aaaaa.java . 测试类也叫了 aaaaa.java,只是放到/src/test/java包下...