Feed4JUnit 试用,看上去很好

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>

扫描二维码关注公众号,回复: 847616 查看本文章

否则会有问题

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

而当我的eclipse3.7换到jdk7后

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

悲剧的东西

猜你喜欢

转载自xlongbuilder.iteye.com/blog/1523825