
JUnit
iteye_5554
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Include all unit test in one Java class
public class AllTests { public static Test suite() { &am原创 2009-04-07 17:37:42 · 99 阅读 · 0 评论 -
2 kinds of setUp()/tearDown() in junit
1st kind: @BeforeClass public static void setUp() throws Exception { } @AfterClass public static void tearDown() throws Exception { } 2n...原创 2009-06-24 11:28:27 · 88 阅读 · 0 评论