`
xlongbuilder
  • 浏览: 40595 次
  • 性别: Icon_minigender_1
  • 来自: 上海->杭州
社区版块
存档分类
最新评论

Feed4JUnit 试用,看上去很好

    博客分类:
  • JAVA
阅读更多

feed4junit 的官方站点

http://databene.org/feed4junit.html

 

feed4junit maven

 

<dependency>
   <groupId>org.databene</groupId>
   <artifactId>feed4junit</artifactId>
   <version>1.1.4</version>
  </dependency>

 

feed4junit 依赖了一大堆东西,不好。

 

依赖的juinit版本只能是

<groupId>junit</groupId>
   <artifactId>junit</artifactId>
   <version>4.9</version>
   <scope>test</scope>

否则会有问题

 

而4.9版本貌似只能用在jdk1.6以上

而当我的eclipse3.7换到jdk7后

发现junit出现无响应状态,还是没法用

 

悲剧的东西

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics