Runner org.junit.internal.runners.ErrorReportingRunner (…)does not support filtering…completely
出现场景:springboot整合junit,进行单元测试
错误原因:引包错误
测试需要的Junit是org.junit.Test
重新引包
运行结果:成功
不断规划与寻找自己的人生,想法把自己变重要。
Runner org.junit.internal.runners.ErrorReportingRunner (…)does not support filtering…completely
出现场景:springboot整合junit,进行单元测试
错误原因:引包错误
测试需要的Junit是org.junit.Test
重新引包
运行结果:成功
不断规划与寻找自己的人生,想法把自己变重要。
相关文章: