会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
AlisonGavin
博客园
首页
新随笔
联系
订阅
管理
2018年3月30日
java.lang.Exception: No runnable methods
摘要: 环境: 使用 spring + junit测试, 出现这个问题, 原因: 没有在测试的方法上加入@Test注解, 并引入正确的类
阅读全文
posted @ 2018-03-30 11:35 AlisonGavin
阅读(426)
评论(0)
推荐(0)
编辑
Caused by: java.lang.IllegalStateException: SpringJUnit4ClassRunner requires JUnit 4.12 or higher
摘要: 这种出错的原因是 junit的版本太低了,需要更新junit 4.12及其以上的版本。
阅读全文
posted @ 2018-03-30 11:28 AlisonGavin
阅读(1244)
评论(0)
推荐(0)
编辑
公告