摘要: Link: http://www.cnblogs.com/deepnighttwo/archive/2011/03/01/1968491.html上面的文章介绍了几个JUnit 4.x里使用的用法,他们是值得注意的1. 如何自己手动的组织Test Case,类似于TestNG里的group功能。-- org.junit.runners.Suit2. 如何让JUnit 4写的Case能在JUnit 3下也运行, /** * Allow JUnit 4 test to be run under JUnit 3. */ public static junit.framework... 阅读全文
posted @ 2013-02-13 12:04 卜海清 阅读(240) 评论(0) 推荐(0)