nitializationError(org.junit.runner.manipulation.Filter)或者No tests found matching异常,
1.最容易发现的错误,就如报错所说,没有找到test方法就是因为忘记在方法前加 @Test 注解了。
应该是Test注解类引用错了,请检查包路径是否为
org.junit.Test;
来源:CSDN
作者:mrmqmn
链接:https://blog.csdn.net/mrmqmn/article/details/104679081