随笔分类 -  Junit4

摘要:一.Junit4是JAVA语言的单元测试框架,用于编写和运行可重复的测试,可以大大提高效率 1.使用Junit4必须在项目中导入Junit4.har文件 2.新建Junit Test case 勾选setUp(),tearDown(),setUpBeforeClass(),tearDownAfter 阅读全文
posted @ 2017-08-02 10:37 Goxcheer 阅读(177) 评论(0) 推荐(0)